#36740D

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

Shades of Bilbao #36740D

Tints of Bilbao #36740D

Color information

#36740D (or 0x36740D) is unknown color: approx Bilbao. HEX triplet: 36, 74 and 0D. RGB value is (54,116,13). Sum of RGB (Red+Green+Blue) = 54+116+13=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #36740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36740D is #C98BF2. Grayscale: #565656. Windows color (decimal): -13208563 or 881718. OLE color: 881718.

HSL color Cylindrical-coordinate representation of color #36740D: hue angle of 96.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36740D is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB5411613-
CMYK0.5300.890.55
HSL96.12º79.84%25.29%-
HSV(B)96.12º88.79%45.49%-
XYZ7.8413.32.54-
YUV85.7286.96105.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 116 (45.70% from 255) = 63.39%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=29.51%
G=63.39%
B=7.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54116130.5300.890.5596.1279.8425.29
Hex3674D3505937605019
Octal66164156501316714012031
Binary11011011101001101110101010110011101111100000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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