#36850B

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

Shades of Bilbao #36850B

Tints of Bilbao #36850B

Color information

#36850B (or 0x36850B) is unknown color: approx Bilbao. HEX triplet: 36, 85 and 0B. RGB value is (54,133,11). Sum of RGB (Red+Green+Blue) = 54+133+11=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #36850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36850B is #C97AF4. Grayscale: #5F5F5F. Windows color (decimal): -13204213 or 754998. OLE color: 754998.

HSL color Cylindrical-coordinate representation of color #36850B: hue angle of 98.85º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36850B is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB5413311-
CMYK0.5900.920.48
HSL98.85º84.72%28.24%-
HSV(B)98.85º91.73%52.16%-
XYZ9.9717.583.19-
YUV95.4780.3398.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 133 (52.34% from 255) = 67.17%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=27.27%
G=67.17%
B=5.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133110.5900.920.4898.8584.7228.24
Hex3685B3B05C3063551c
Octal66205137301346014312534
Binary110110100001011011111011010111001100001100011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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