#3E5514

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

Shades of Verdun Green #3E5514

Tints of Verdun Green #3E5514

Color information

#3E5514 (or 0x3E5514) is unknown color: approx Verdun Green. HEX triplet: 3E, 55 and 14. RGB value is (62,85,20). Sum of RGB (Red+Green+Blue) = 62+85+20=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5514 is #C1AAEB. Grayscale: #464646. Windows color (decimal): -12692204 or 1332542. OLE color: 1332542.

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

Color convert

RGB628520-
CMYK0.2700.760.67
HSL81.23º61.9%20.59%-
HSV(B)81.23º76.47%33.33%-
XYZ5.367.571.84-
YUV70.7199.38121.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.13%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=37.13%
G=50.90%
B=11.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285200.2700.760.6781.2361.920.59
Hex3E55141B04C43513e15
Octal76125243301141031217625
Binary11111010101011010011011010011001000011101000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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