#36760B

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

Shades of Bilbao #36760B

Tints of Bilbao #36760B

Color information

#36760B (or 0x36760B) is unknown color: approx Bilbao. HEX triplet: 36, 76 and 0B. RGB value is (54,118,11). Sum of RGB (Red+Green+Blue) = 54+118+11=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #36760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36760B is #C989F4. Grayscale: #575757. Windows color (decimal): -13208053 or 751158. OLE color: 751158.

HSL color Cylindrical-coordinate representation of color #36760B: hue angle of 95.89º 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 #36760B is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB5411811-
CMYK0.5400.910.54
HSL95.89º82.95%25.29%-
HSV(B)95.89º90.68%46.27%-
XYZ8.0613.772.55-
YUV86.6785.3104.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 118 (46.48% from 255) = 64.48%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=29.51%
G=64.48%
B=6.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118110.5400.910.5495.8982.9525.29
Hex3676B3605B36605319
Octal66166136601336614012331
Binary11011011101101011110110010110111101101100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,118,11); }

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

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

 a { background-color: rgb(54,118,11); }

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

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

 span { border-color: rgb(54,118,11); }

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