Html Css Color HEX #575203 Verdun Green

📋 copy color: '#575203'

red 87 ◦ green 82 ◦ blue 3

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

Shades of Verdun Green #575203

Tints of Verdun Green #575203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.74%

R = 50.58%
G = 47.67%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#575203 (or 0x575203) is known color: Verdun Green. HEX triplet: 57, 52 and 03. RGB value is (87,82,3). Sum of RGB (Red+Green+Blue) = 87+82+3=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #575203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575203 is #A8ADFC. Grayscale: #4A4A4A. Windows color (decimal): -11054589 or 217687. OLE color: 217687.

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

Color convert

RGB 87 82 3 -
CMYK 0 0.06 0.97 0.66
HSL 56.43º 0.93% 0.18% -
HSV(B) 56.43º 0.97% 0.34% -
XYZ 6.96 8.07 1.28 -
YUV 74.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 87 82 3 0 0.06 0.97 0.66 56.43 0.93 0.18
Hex 57 52 3 0 6 61 42 38 5D 12
Octal 127 122 3 0 6 141 102 70 135 22
Binary 1010111 1010010 11 0 110 1100001 1000010 111000 1011101 10010

Color Harmonies of #575203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575203

Black with #575203

Text Example


Text Example

White with #575203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575203; }

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

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

background-color css

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

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

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

border-color css

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

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

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