#36580C

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

Shades of Verdun Green #36580C

Tints of Verdun Green #36580C

Color information

#36580C (or 0x36580C) is unknown color: approx Verdun Green. HEX triplet: 36, 58 and 0C. RGB value is (54,88,12). Sum of RGB (Red+Green+Blue) = 54+88+12=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #36580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36580C is #C9A7F3. Grayscale: #454545. Windows color (decimal): -13215732 or 809014. OLE color: 809014.

HSL color Cylindrical-coordinate representation of color #36580C: hue angle of 86.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36580C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB548812-
CMYK0.3900.860.65
HSL86.84º76%19.61%-
HSV(B)86.84º86.36%34.51%-
XYZ5.087.791.58-
YUV69.1795.74117.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 88 (34.77% from 255) = 57.14%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=35.06%
G=57.14%
B=7.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488120.3900.860.6586.847619.61
Hex3658C2705641574c14
Octal661301447012610112711424
Binary110110101100011001001110101011010000011010111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,88,12); }

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

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

 a { background-color: rgb(54,88,12); }

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

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

 span { border-color: rgb(54,88,12); }

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