Html Css Color HEX #57560C Verdun Green

📋 copy color: '#57560C'

red 87 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #57560C

Tints of Verdun Green #57560C

RGB

 RED value IS 87 (34.38% from 255) = 47.03%

 GREEN value IS 86 (33.98% from 255) = 46.49%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 47.03%
G = 46.49%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57560C (or 0x57560C) is known color: Verdun Green. HEX triplet: 57, 56 and 0C. RGB value is (87,86,12). Sum of RGB (Red+Green+Blue) = 87+86+12=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57560C is #A8A9F3. Grayscale: #4E4E4E. Windows color (decimal): -11053556 or 808535. OLE color: 808535.

HSL color Cylindrical-coordinate representation of color #57560C: hue angle of 59.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57560C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 12 -
CMYK 0 0.01 0.86 0.66
HSL 59.2º 0.76% 0.19% -
HSV(B) 59.2º 0.86% 0.34% -
XYZ 7.32 8.71 1.64 -
YUV 77.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 87 86 12 0 0.01 0.86 0.66 59.2 0.76 0.19
Hex 57 56 C 0 1 56 42 3B 4C 13
Octal 127 126 14 0 1 126 102 73 114 23
Binary 1010111 1010110 1100 0 1 1010110 1000010 111011 1001100 10011

Color Harmonies of #57560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57560C

Black with #57560C

Text Example


Text Example

White with #57560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,86,12); }

 H1.HeaderClassName
 {
   color: #57560C;
 }
 .AnyTagClassName
 {
   color: #57560C;
 }
</style>

background-color css

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

 a { background-color: rgb(87,86,12); }

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

border-color css

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

 span { border-color: rgb(87,86,12); }

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