Html Css Color HEX #575300 Verdun Green

📋 copy color: '#575300'

red 87 ◦ green 83 ◦ blue 0

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

Shades of Verdun Green #575300

Tints of Verdun Green #575300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.18%
G = 48.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#575300 (or 0x575300) is known color: Verdun Green. HEX triplet: 57, 53 and 00. RGB value is (87,83,0). Sum of RGB (Red+Green+Blue) = 87+83+0=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #575300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575300 is #A8ACFF. Grayscale: #4B4B4B. Windows color (decimal): -11054336 or 21335. OLE color: 21335.

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

Color convert

RGB 87 83 0 -
CMYK 0 0.05 1 0.66
HSL 57.24º 1% 0.17% -
HSV(B) 57.24º 1% 0.34% -
XYZ 7.02 8.21 1.22 -
YUV 74.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 87 83 0 0 0.05 1 0.66 57.24 1 0.17
Hex 57 53 0 0 5 64 42 39 64 11
Octal 127 123 0 0 5 144 102 71 144 21
Binary 1010111 1010011 0 0 101 1100100 1000010 111001 1100100 10001

Color Harmonies of #575300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575300

Black with #575300

Text Example


Text Example

White with #575300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575300; }

 p { color: rgb(87,83,0); }

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

background-color css

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

 a { background-color: rgb(87,83,0); }

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

border-color css

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

 span { border-color: rgb(87,83,0); }

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