#36720F

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

Shades of Bilbao #36720F

Tints of Bilbao #36720F

Color information

#36720F (or 0x36720F) is unknown color: approx Bilbao. HEX triplet: 36, 72 and 0F. RGB value is (54,114,15). Sum of RGB (Red+Green+Blue) = 54+114+15=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #36720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36720F is #C98DF0. Grayscale: #555555. Windows color (decimal): -13209073 or 1012278. OLE color: 1012278.

HSL color Cylindrical-coordinate representation of color #36720F: hue angle of 96.36º 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 #36720F is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB5411415-
CMYK0.5300.870.55
HSL96.36º76.74%25.29%-
HSV(B)96.36º86.84%44.71%-
XYZ7.6212.852.53-
YUV84.7788.62106.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=29.51%
G=62.30%
B=8.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114150.5300.870.5596.3676.7425.29
Hex3672F3505737604d19
Octal66162176501276714011531
Binary11011011100101111110101010101111101111100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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