Html Css Color HEX #576114 Verdun Green

📋 copy color: '#576114'

red 87 ◦ green 97 ◦ blue 20

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

Shades of Verdun Green #576114

Tints of Verdun Green #576114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.55%

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 42.65%
G = 47.55%
B = 9.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#576114 (or 0x576114) is known color: Verdun Green. HEX triplet: 57, 61 and 14. RGB value is (87,97,20). Sum of RGB (Red+Green+Blue) = 87+97+20=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #576114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576114 is #A89EEB. Grayscale: #555555. Windows color (decimal): -11050732 or 1335639. OLE color: 1335639.

HSL color Cylindrical-coordinate representation of color #576114: hue angle of 67.79º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #576114 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 20 -
CMYK 0.10 0 0.79 0.62
HSL 67.79º 0.66% 0.23% -
HSV(B) 67.79º 0.79% 0.38% -
XYZ 8.33 10.63 2.27 -
YUV 85.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 87 97 20 0.10 0 0.79 0.62 67.79 0.66 0.23
Hex 57 61 14 A 0 4F 3E 44 42 17
Octal 127 141 24 12 0 117 76 104 102 27
Binary 1010111 1100001 10100 1010 0 1001111 111110 1000100 1000010 10111

Color Harmonies of #576114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576114

Black with #576114

Text Example


Text Example

White with #576114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576114; }

 p { color: rgb(87,97,20); }

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

background-color css

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

 a { background-color: rgb(87,97,20); }

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

border-color css

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

 span { border-color: rgb(87,97,20); }

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