#3E550E

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

Shades of Verdun Green #3E550E

Tints of Verdun Green #3E550E

Color information

#3E550E (or 0x3E550E) is unknown color: approx Verdun Green. HEX triplet: 3E, 55 and 0E. RGB value is (62,85,14). Sum of RGB (Red+Green+Blue) = 62+85+14=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #3E550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E550E is #C1AAF1. Grayscale: #464646. Windows color (decimal): -12692210 or 939326. OLE color: 939326.

HSL color Cylindrical-coordinate representation of color #3E550E: hue angle of 79.44º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E550E is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB628514-
CMYK0.2700.840.67
HSL79.44º71.72%19.41%-
HSV(B)79.44º83.53%33.33%-
XYZ5.317.551.59-
YUV70.0396.38122.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=38.51%
G=52.80%
B=8.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285140.2700.840.6779.4471.7219.41
Hex3E55E1B054434f4813
Octal761251633012410311711023
Binary11111010101011110110110101010010000111001111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E550E; }

 p { color: rgb(62,85,14); }

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

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

 a { background-color: rgb(62,85,14); }

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

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

 span { border-color: rgb(62,85,14); }

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