#36842C

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

Shades of Bilbao #36842C

Tints of Bilbao #36842C

Color information

#36842C (or 0x36842C) is unknown color: approx Bilbao. HEX triplet: 36, 84 and 2C. RGB value is (54,132,44). Sum of RGB (Red+Green+Blue) = 54+132+44=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #36842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36842C is #C97BD3. Grayscale: #626262. Windows color (decimal): -13204436 or 2917430. OLE color: 2917430.

HSL color Cylindrical-coordinate representation of color #36842C: hue angle of 113.18º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36842C is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB5413244-
CMYK0.5900.670.48
HSL113.18º50%34.51%-
HSV(B)113.18º66.67%51.76%-
XYZ10.2317.475.22-
YUV98.6597.1696.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=23.48%
G=57.39%
B=19.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132440.5900.670.48113.185034.51
Hex36842C3B04330713223
Octal6620454730103601616243
Binary11011010000100101100111011010000111100001110001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36842C; }

 p { color: rgb(54,132,44); }

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

<style>
 a { background-color: #36842C; }

 a { background-color: rgb(54,132,44); }

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

<style>
 span { border-color: #36842C; }

 span { border-color: rgb(54,132,44); }

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