#34720B

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

Shades of Bilbao #34720B

Tints of Bilbao #34720B

Color information

#34720B (or 0x34720B) is unknown color: approx Bilbao. HEX triplet: 34, 72 and 0B. RGB value is (52,114,11). Sum of RGB (Red+Green+Blue) = 52+114+11=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #34720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34720B is #CB8DF4. Grayscale: #545454. Windows color (decimal): -13340149 or 750132. OLE color: 750132.

HSL color Cylindrical-coordinate representation of color #34720B: hue angle of 96.12º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34720B is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5211411-
CMYK0.5400.900.55
HSL96.12º82.4%24.51%-
HSV(B)96.12º90.35%44.71%-
XYZ7.4912.792.39-
YUV83.7286.96105.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 114 (44.92% from 255) = 64.41%
BLUE value IS 11 (4.69% from 255) = 6.21%
R=29.38%
G=64.41%
B=6.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114110.5400.900.5596.1282.424.51
Hex3472B3605A37605219
Octal64162136601326714012231
Binary11010011100101011110110010110101101111100000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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