Html Css Color HEX #36570D Verdun Green

📋 copy color: '#36570D'

red 54 ◦ green 87 ◦ blue 13

#36570D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #36570D

Tints of Verdun Green #36570D

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 value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#36570D (or 0x36570D) is known color: 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

RGB 54 87 13 -
CMYK 0.38 0 0.85 0.66
HSL 86.76º 0.74% 0.2% -
HSV(B) 86.76º 0.85% 0.34% -
XYZ 5 7.63 1.59 -
YUV 68.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 54 87 13 0.38 0 0.85 0.66 86.76 0.74 0.2
Hex 36 57 D 26 0 55 42 57 4A 14
Octal 66 127 15 46 0 125 102 127 112 24
Binary 110110 1010111 1101 100110 0 1010101 1000010 1010111 1001010 10100

Color Harmonies of #36570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36570D

Black with #36570D

Text Example


Text Example

White with #36570D

Text Example


Text Example

HTML Codes & Css Web 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>