Html Css Color HEX #576010 Verdun Green

📋 copy color: '#576010'

red 87 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #576010

Tints of Verdun Green #576010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.24%

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 43.72%
G = 48.24%
B = 8.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#576010 (or 0x576010) is known color: Verdun Green. HEX triplet: 57, 60 and 10. RGB value is (87,96,16). Sum of RGB (Red+Green+Blue) = 87+96+16=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #576010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576010 is #A89FEF. Grayscale: #545454. Windows color (decimal): -11050992 or 1073239. OLE color: 1073239.

HSL color Cylindrical-coordinate representation of color #576010: hue angle of 66.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #576010 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 16 -
CMYK 0.09 0 0.83 0.62
HSL 66.75º 0.71% 0.22% -
HSV(B) 66.75º 0.83% 0.38% -
XYZ 8.21 10.43 2.07 -
YUV 84.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 87 96 16 0.09 0 0.83 0.62 66.75 0.71 0.22
Hex 57 60 10 9 0 53 3E 43 47 16
Octal 127 140 20 11 0 123 76 103 107 26
Binary 1010111 1100000 10000 1001 0 1010011 111110 1000011 1000111 10110

Color Harmonies of #576010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576010

Black with #576010

Text Example


Text Example

White with #576010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576010; }

 p { color: rgb(87,96,16); }

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

background-color css

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

 a { background-color: rgb(87,96,16); }

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

border-color css

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

 span { border-color: rgb(87,96,16); }

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