Html Css Color HEX #575E01 Verdun Green

📋 copy color: '#575E01'

red 87 ◦ green 94 ◦ blue 1

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

Shades of Verdun Green #575E01

Tints of Verdun Green #575E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 51.65%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 47.8%
G = 51.65%
B = 0.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#575E01 (or 0x575E01) is known color: Verdun Green. HEX triplet: 57, 5E and 01. RGB value is (87,94,1). Sum of RGB (Red+Green+Blue) = 87+94+1=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #575E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575E01 is #A8A1FE. Grayscale: #515151. Windows color (decimal): -11051519 or 89687. OLE color: 89687.

HSL color Cylindrical-coordinate representation of color #575E01: hue angle of 64.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #575E01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 1 -
CMYK 0.07 0 0.99 0.63
HSL 64.52º 0.98% 0.19% -
HSV(B) 64.52º 0.99% 0.37% -
XYZ 7.94 10.03 1.55 -
YUV 81.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 87 94 1 0.07 0 0.99 0.63 64.52 0.98 0.19
Hex 57 5E 1 7 0 63 3F 41 62 13
Octal 127 136 1 7 0 143 77 101 142 23
Binary 1010111 1011110 1 111 0 1100011 111111 1000001 1100010 10011

Color Harmonies of #575E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E01

Black with #575E01

Text Example


Text Example

White with #575E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E01; }

 p { color: rgb(87,94,1); }

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

background-color css

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

 a { background-color: rgb(87,94,1); }

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

border-color css

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

 span { border-color: rgb(87,94,1); }

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