Html Css Color HEX #575000 Verdun Green

📋 copy color: '#575000'

red 87 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #575000

Tints of Verdun Green #575000

RGB

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

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

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

R = 52.1%
G = 47.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#575000 (or 0x575000) is known color: Verdun Green. HEX triplet: 57, 50 and 00. RGB value is (87,80,0). Sum of RGB (Red+Green+Blue) = 87+80+0=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #575000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575000 is #A8AFFF. Grayscale: #494949. Windows color (decimal): -11055104 or 20567. OLE color: 20567.

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

Color convert

RGB 87 80 0 -
CMYK 0 0.08 1 0.66
HSL 55.17º 1% 0.17% -
HSV(B) 55.17º 1% 0.34% -
XYZ 6.8 7.76 1.14 -
YUV 72.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 87 80 0 0 0.08 1 0.66 55.17 1 0.17
Hex 57 50 0 0 8 64 42 37 64 11
Octal 127 120 0 0 10 144 102 67 144 21
Binary 1010111 1010000 0 0 1000 1100100 1000010 110111 1100100 10001

Color Harmonies of #575000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575000

Black with #575000

Text Example


Text Example

White with #575000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575000; }

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

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

background-color css

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

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

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

border-color css

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

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

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