Html Css Color HEX #575304 Verdun Green

📋 copy color: '#575304'

red 87 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #575304

Tints of Verdun Green #575304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 50%
G = 47.7%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#575304 (or 0x575304) is known color: Verdun Green. HEX triplet: 57, 53 and 04. RGB value is (87,83,4). Sum of RGB (Red+Green+Blue) = 87+83+4=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #575304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575304 is #A8ACFB. Grayscale: #4B4B4B. Windows color (decimal): -11054332 or 283479. OLE color: 283479.

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

Color convert

RGB 87 83 4 -
CMYK 0 0.05 0.95 0.66
HSL 57.11º 0.91% 0.18% -
HSV(B) 57.11º 0.95% 0.34% -
XYZ 7.05 8.22 1.33 -
YUV 75.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 87 83 4 0 0.05 0.95 0.66 57.11 0.91 0.18
Hex 57 53 4 0 5 5F 42 39 5B 12
Octal 127 123 4 0 5 137 102 71 133 22
Binary 1010111 1010011 100 0 101 1011111 1000010 111001 1011011 10010

Color Harmonies of #575304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575304

Black with #575304

Text Example


Text Example

White with #575304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575304; }

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

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

background-color css

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

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

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

border-color css

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

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

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