Html Css Color HEX #575B0E Verdun Green

📋 copy color: '#575B0E'

red 87 ◦ green 91 ◦ blue 14

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

Shades of Verdun Green #575B0E

Tints of Verdun Green #575B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.4%

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 45.31%
G = 47.4%
B = 7.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#575B0E (or 0x575B0E) is known color: Verdun Green. HEX triplet: 57, 5B and 0E. RGB value is (87,91,14). Sum of RGB (Red+Green+Blue) = 87+91+14=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #575B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575B0E is #A8A4F1. Grayscale: #515151. Windows color (decimal): -11052274 or 940887. OLE color: 940887.

HSL color Cylindrical-coordinate representation of color #575B0E: hue angle of 63.12º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #575B0E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 91 14 -
CMYK 0.04 0 0.85 0.64
HSL 63.12º 0.73% 0.21% -
HSV(B) 63.12º 0.85% 0.36% -
XYZ 7.75 9.54 1.85 -
YUV 81.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 87 91 14 0.04 0 0.85 0.64 63.12 0.73 0.21
Hex 57 5B E 4 0 55 40 3F 49 15
Octal 127 133 16 4 0 125 100 77 111 25
Binary 1010111 1011011 1110 100 0 1010101 1000000 111111 1001001 10101

Color Harmonies of #575B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B0E

Black with #575B0E

Text Example


Text Example

White with #575B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,14); }

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

background-color css

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

 a { background-color: rgb(87,91,14); }

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

border-color css

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

 span { border-color: rgb(87,91,14); }

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