Html Css Color HEX #575D11 Verdun Green

📋 copy color: '#575D11'

red 87 ◦ green 93 ◦ blue 17

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

Shades of Verdun Green #575D11

Tints of Verdun Green #575D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.21%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 44.16%
G = 47.21%
B = 8.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#575D11 (or 0x575D11) is known color: Verdun Green. HEX triplet: 57, 5D and 11. RGB value is (87,93,17). Sum of RGB (Red+Green+Blue) = 87+93+17=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #575D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575D11 is #A8A2EE. Grayscale: #525252. Windows color (decimal): -11051759 or 1138007. OLE color: 1138007.

HSL color Cylindrical-coordinate representation of color #575D11: hue angle of 64.74º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575D11 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 17 -
CMYK 0.06 0 0.82 0.64
HSL 64.74º 0.69% 0.22% -
HSV(B) 64.74º 0.82% 0.36% -
XYZ 7.95 9.9 2.02 -
YUV 82.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 87 93 17 0.06 0 0.82 0.64 64.74 0.69 0.22
Hex 57 5D 11 6 0 52 40 41 45 16
Octal 127 135 21 6 0 122 100 101 105 26
Binary 1010111 1011101 10001 110 0 1010010 1000000 1000001 1000101 10110

Color Harmonies of #575D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D11

Black with #575D11

Text Example


Text Example

White with #575D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575D11; }

 p { color: rgb(87,93,17); }

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

background-color css

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

 a { background-color: rgb(87,93,17); }

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

border-color css

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

 span { border-color: rgb(87,93,17); }

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