#36710D

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

Shades of Bilbao #36710D

Tints of Bilbao #36710D

Color information

#36710D (or 0x36710D) is unknown color: approx Bilbao. HEX triplet: 36, 71 and 0D. RGB value is (54,113,13). Sum of RGB (Red+Green+Blue) = 54+113+13=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #36710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36710D is #C98EF2. Grayscale: #545454. Windows color (decimal): -13209331 or 880950. OLE color: 880950.

HSL color Cylindrical-coordinate representation of color #36710D: hue angle of 95.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36710D is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB5411313-
CMYK0.5200.880.56
HSL95.4º79.37%24.71%-
HSV(B)95.4º88.5%44.31%-
XYZ7.512.622.42-
YUV83.9687.95106.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=30%
G=62.78%
B=7.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54113130.5200.880.5695.479.3724.71
Hex3671D34058385f4f19
Octal66161156401307013711731
Binary11011011100011101110100010110001110001011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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