Html Css Color HEX #575202 Verdun Green

📋 copy color: '#575202'

red 87 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #575202

Tints of Verdun Green #575202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 50.88%
G = 47.95%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#575202 (or 0x575202) is known color: Verdun Green. HEX triplet: 57, 52 and 02. RGB value is (87,82,2). Sum of RGB (Red+Green+Blue) = 87+82+2=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #575202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575202 is #A8ADFD. Grayscale: #4A4A4A. Windows color (decimal): -11054590 or 152151. OLE color: 152151.

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

Color convert

RGB 87 82 2 -
CMYK 0 0.06 0.98 0.66
HSL 56.47º 0.96% 0.17% -
HSV(B) 56.47º 0.98% 0.34% -
XYZ 6.96 8.07 1.25 -
YUV 74.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 87 82 2 0 0.06 0.98 0.66 56.47 0.96 0.17
Hex 57 52 2 0 6 62 42 38 60 11
Octal 127 122 2 0 6 142 102 70 140 21
Binary 1010111 1010010 10 0 110 1100010 1000010 111000 1100000 10001

Color Harmonies of #575202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575202

Black with #575202

Text Example


Text Example

White with #575202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575202; }

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

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

background-color css

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

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

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

border-color css

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

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

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