Html Css Color HEX #575505 Verdun Green

📋 copy color: '#575505'

red 87 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #575505

Tints of Verdun Green #575505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 49.15%
G = 48.02%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#575505 (or 0x575505) is known color: Verdun Green. HEX triplet: 57, 55 and 05. RGB value is (87,85,5). Sum of RGB (Red+Green+Blue) = 87+85+5=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #575505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575505 is #A8AAFA. Grayscale: #4C4C4C. Windows color (decimal): -11053819 or 349527. OLE color: 349527.

HSL color Cylindrical-coordinate representation of color #575505: hue angle of 58.54º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #575505 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 5 -
CMYK 0 0.02 0.94 0.66
HSL 58.54º 0.89% 0.18% -
HSV(B) 58.54º 0.94% 0.34% -
XYZ 7.21 8.53 1.41 -
YUV 76.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 87 85 5 0 0.02 0.94 0.66 58.54 0.89 0.18
Hex 57 55 5 0 2 5E 42 3B 59 12
Octal 127 125 5 0 2 136 102 73 131 22
Binary 1010111 1010101 101 0 10 1011110 1000010 111011 1011001 10010

Color Harmonies of #575505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575505

Black with #575505

Text Example


Text Example

White with #575505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575505; }

 p { color: rgb(87,85,5); }

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

background-color css

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

 a { background-color: rgb(87,85,5); }

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

border-color css

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

 span { border-color: rgb(87,85,5); }

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