#34720F

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

Shades of Bilbao #34720F

Tints of Bilbao #34720F

Color information

#34720F (or 0x34720F) is unknown color: approx Bilbao. HEX triplet: 34, 72 and 0F. RGB value is (52,114,15). Sum of RGB (Red+Green+Blue) = 52+114+15=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #34720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34720F is #CB8DF0. Grayscale: #545454. Windows color (decimal): -13340145 or 1012276. OLE color: 1012276.

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

Color convert

RGB5211415-
CMYK0.5400.870.55
HSL97.58º76.74%25.29%-
HSV(B)97.58º86.84%44.71%-
XYZ7.5212.82.53-
YUV84.1888.96105.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 114 (44.92% from 255) = 62.98%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=28.73%
G=62.98%
B=8.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114150.5400.870.5597.5876.7425.29
Hex3472F3605737624d19
Octal64162176601276714211531
Binary11010011100101111110110010101111101111100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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