#34750B

Color #34750B Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #34750B

Tints of Bilbao #34750B

Color information

#34750B (or 0x34750B) is unknown color: approx Bilbao. HEX triplet: 34, 75 and 0B. RGB value is (52,117,11). Sum of RGB (Red+Green+Blue) = 52+117+11=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #34750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34750B is #CB8AF4. Grayscale: #555555. Windows color (decimal): -13339381 or 750900. OLE color: 750900.

HSL color Cylindrical-coordinate representation of color #34750B: hue angle of 96.79º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34750B is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB5211711-
CMYK0.5600.910.54
HSL96.79º82.81%25.1%-
HSV(B)96.79º90.6%45.88%-
XYZ7.8413.482.5-
YUV85.4885.97104.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 117 (46.09% from 255) = 65%
BLUE value IS 11 (4.69% from 255) = 6.11%
R=28.89%
G=65%
B=6.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117110.5600.910.5496.7982.8125.1
Hex3475B3805B36615319
Octal64165137001336614112331
Binary11010011101011011111000010110111101101100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34750B; }

 p { color: rgb(52,117,11); }

 H1.HeaderClassName
 {
   color: #34750B;
 }
 .AnyTagClassName
 {
   color: #34750B;
 }
</style>
background-color css

<style>
 a { background-color: #34750B; }

 a { background-color: rgb(52,117,11); }

 div.DivClassName
 {
   background-color: #34750B;
 }
 .BgClassName
 {
   background-color: #34750B;
 }
</style>
border-color css

<style>
 span { border-color: #34750B; }

 span { border-color: rgb(52,117,11); }

 td.TdClassName
 {
   border-color: #34750B;
 }
 .TagClassName
 {
   border-color: #34750B;
 }
</style>