Html Css Color HEX #57560E Verdun Green

📋 copy color: '#57560E'

red 87 ◦ green 86 ◦ blue 14

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

Shades of Verdun Green #57560E

Tints of Verdun Green #57560E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 46.52%
G = 45.99%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57560E (or 0x57560E) is known color: Verdun Green. HEX triplet: 57, 56 and 0E. RGB value is (87,86,14). Sum of RGB (Red+Green+Blue) = 87+86+14=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57560E is #A8A9F1. Grayscale: #4E4E4E. Windows color (decimal): -11053554 or 939607. OLE color: 939607.

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

Color convert

RGB 87 86 14 -
CMYK 0 0.01 0.84 0.66
HSL 59.18º 0.72% 0.2% -
HSV(B) 59.18º 0.84% 0.34% -
XYZ 7.34 8.71 1.71 -
YUV 78.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 87 86 14 0 0.01 0.84 0.66 59.18 0.72 0.2
Hex 57 56 E 0 1 54 42 3B 48 14
Octal 127 126 16 0 1 124 102 73 110 24
Binary 1010111 1010110 1110 0 1 1010100 1000010 111011 1001000 10100

Color Harmonies of #57560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57560E

Black with #57560E

Text Example


Text Example

White with #57560E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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