#57620E

Color #57620E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #57620E

Tints of Verdun Green #57620E

Color information

#57620E (or 0x57620E) is unknown color: approx Verdun Green. HEX triplet: 57, 62 and 0E. RGB value is (87,98,14). Sum of RGB (Red+Green+Blue) = 87+98+14=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #57620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57620E is #A89DF1. Grayscale: #555555. Windows color (decimal): -11050482 or 942679. OLE color: 942679.

HSL color Cylindrical-coordinate representation of color #57620E: hue angle of 67.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57620E is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB879814-
CMYK0.1100.860.62
HSL67.86º75%21.96%-
HSV(B)67.86º85.71%38.43%-
XYZ8.3810.792.06-
YUV85.1487.86129.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=43.72%
G=49.25%
B=7.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798140.1100.860.6267.867521.96
Hex5762EB0563E444b16
Octal127142161301267610411326
Binary1010111110001011101011010101101111101000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57620E; }

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

 H1.HeaderClassName
 {
   color: #57620E;
 }
 .AnyTagClassName
 {
   color: #57620E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #57620E;
 }
 .BgClassName
 {
   background-color: #57620E;
 }
</style>
border-color css

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

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

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