#36760D

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

Shades of Bilbao #36760D

Tints of Bilbao #36760D

Color information

#36760D (or 0x36760D) is unknown color: approx Bilbao. HEX triplet: 36, 76 and 0D. RGB value is (54,118,13). Sum of RGB (Red+Green+Blue) = 54+118+13=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #36760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36760D is #C989F2. Grayscale: #575757. Windows color (decimal): -13208051 or 882230. OLE color: 882230.

HSL color Cylindrical-coordinate representation of color #36760D: hue angle of 96.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36760D is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB5411813-
CMYK0.5400.890.54
HSL96.57º80.15%25.69%-
HSV(B)96.57º88.98%46.27%-
XYZ8.0713.772.61-
YUV86.8986.3104.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 118 (46.48% from 255) = 63.78%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=29.19%
G=63.78%
B=7.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118130.5400.890.5496.5780.1525.69
Hex3676D360593661501a
Octal66166156601316614112032
Binary11011011101101101110110010110011101101100001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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