Html Css Color HEX #575003 Verdun Green

📋 copy color: '#575003'

red 87 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #575003

Tints of Verdun Green #575003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

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

R = 51.18%
G = 47.06%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#575003 (or 0x575003) is known color: Verdun Green. HEX triplet: 57, 50 and 03. RGB value is (87,80,3). Sum of RGB (Red+Green+Blue) = 87+80+3=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #575003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575003 is #A8AFFC. Grayscale: #494949. Windows color (decimal): -11055101 or 217175. OLE color: 217175.

HSL color Cylindrical-coordinate representation of color #575003: hue angle of 55º 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 #575003 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 3 -
CMYK 0 0.08 0.97 0.66
HSL 55º 0.93% 0.18% -
HSV(B) 55º 0.97% 0.34% -
XYZ 6.82 7.77 1.23 -
YUV 73.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 87 80 3 0 0.08 0.97 0.66 55 0.93 0.18
Hex 57 50 3 0 8 61 42 37 5D 12
Octal 127 120 3 0 10 141 102 67 135 22
Binary 1010111 1010000 11 0 1000 1100001 1000010 110111 1011101 10010

Color Harmonies of #575003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575003

Black with #575003

Text Example


Text Example

White with #575003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575003; }

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

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

background-color css

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

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

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

border-color css

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

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

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