#36570D

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

Shades of Verdun Green #36570D

Tints of Verdun Green #36570D

Color information

#36570D (or 0x36570D) is unknown color: approx Verdun Green. HEX triplet: 36, 57 and 0D. RGB value is (54,87,13). Sum of RGB (Red+Green+Blue) = 54+87+13=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #36570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36570D is #C9A8F2. Grayscale: #444444. Windows color (decimal): -13215987 or 874294. OLE color: 874294.

HSL color Cylindrical-coordinate representation of color #36570D: hue angle of 86.76º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36570D is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB548713-
CMYK0.3800.850.66
HSL86.76º74%19.61%-
HSV(B)86.76º85.06%34.12%-
XYZ57.631.59-
YUV68.796.57117.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 87 (34.38% from 255) = 56.49%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=35.06%
G=56.49%
B=8.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487130.3800.850.6686.767419.61
Hex3657D2605542574a14
Octal661271546012510212711224
Binary110110101011111011001100101010110000101010111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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