Html Css Color HEX #575F13 Verdun Green

📋 copy color: '#575F13'

red 87 ◦ green 95 ◦ blue 19

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

Shades of Verdun Green #575F13

Tints of Verdun Green #575F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.26%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 43.28%
G = 47.26%
B = 9.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#575F13 (or 0x575F13) is known color: Verdun Green. HEX triplet: 57, 5F and 13. RGB value is (87,95,19). Sum of RGB (Red+Green+Blue) = 87+95+19=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #575F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F13 is #A8A0EC. Grayscale: #545454. Windows color (decimal): -11051245 or 1269591. OLE color: 1269591.

HSL color Cylindrical-coordinate representation of color #575F13: hue angle of 66.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #575F13 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 19 -
CMYK 0.08 0 0.80 0.63
HSL 66.32º 0.67% 0.22% -
HSV(B) 66.32º 0.8% 0.37% -
XYZ 8.14 10.26 2.17 -
YUV 83.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 87 95 19 0.08 0 0.80 0.63 66.32 0.67 0.22
Hex 57 5F 13 8 0 50 3F 42 43 16
Octal 127 137 23 10 0 120 77 102 103 26
Binary 1010111 1011111 10011 1000 0 1010000 111111 1000010 1000011 10110

Color Harmonies of #575F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F13

Black with #575F13

Text Example


Text Example

White with #575F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,19); }

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

background-color css

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

 a { background-color: rgb(87,95,19); }

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

border-color css

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

 span { border-color: rgb(87,95,19); }

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