Html Css Color HEX #575503 Verdun Green

📋 copy color: '#575503'

red 87 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #575503

Tints of Verdun Green #575503

RGB

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

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

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

R = 49.71%
G = 48.57%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#575503 (or 0x575503) is known color: Verdun Green. HEX triplet: 57, 55 and 03. RGB value is (87,85,3). Sum of RGB (Red+Green+Blue) = 87+85+3=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #575503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575503 is #A8AAFC. Grayscale: #4C4C4C. Windows color (decimal): -11053821 or 218455. OLE color: 218455.

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

Color convert

RGB 87 85 3 -
CMYK 0 0.02 0.97 0.66
HSL 58.57º 0.93% 0.18% -
HSV(B) 58.57º 0.97% 0.34% -
XYZ 7.2 8.53 1.35 -
YUV 76.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 87 85 3 0 0.02 0.97 0.66 58.57 0.93 0.18
Hex 57 55 3 0 2 61 42 3B 5D 12
Octal 127 125 3 0 2 141 102 73 135 22
Binary 1010111 1010101 11 0 10 1100001 1000010 111011 1011101 10010

Color Harmonies of #575503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575503

Black with #575503

Text Example


Text Example

White with #575503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575503; }

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

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

background-color css

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

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

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

border-color css

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

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

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