Html Css Color HEX #575201 Verdun Green

📋 copy color: '#575201'

red 87 ◦ green 82 ◦ blue 1

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

Shades of Verdun Green #575201

Tints of Verdun Green #575201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 51.18%
G = 48.24%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#575201 (or 0x575201) is known color: Verdun Green. HEX triplet: 57, 52 and 01. RGB value is (87,82,1). Sum of RGB (Red+Green+Blue) = 87+82+1=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #575201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575201 is #A8ADFE. Grayscale: #4A4A4A. Windows color (decimal): -11054591 or 86615. OLE color: 86615.

HSL color Cylindrical-coordinate representation of color #575201: hue angle of 56.51º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #575201 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 1 -
CMYK 0 0.06 0.99 0.66
HSL 56.51º 0.98% 0.17% -
HSV(B) 56.51º 0.99% 0.34% -
XYZ 6.95 8.06 1.22 -
YUV 74.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 87 82 1 0 0.06 0.99 0.66 56.51 0.98 0.17
Hex 57 52 1 0 6 63 42 39 62 11
Octal 127 122 1 0 6 143 102 71 142 21
Binary 1010111 1010010 1 0 110 1100011 1000010 111001 1100010 10001

Color Harmonies of #575201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575201

Black with #575201

Text Example


Text Example

White with #575201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575201; }

 p { color: rgb(87,82,1); }

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

background-color css

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

 a { background-color: rgb(87,82,1); }

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

border-color css

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

 span { border-color: rgb(87,82,1); }

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