#3E5C05

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

Shades of Verdun Green #3E5C05

Tints of Verdun Green #3E5C05

Color information

#3E5C05 (or 0x3E5C05) is unknown color: approx Verdun Green. HEX triplet: 3E, 5C and 05. RGB value is (62,92,5). Sum of RGB (Red+Green+Blue) = 62+92+5=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #3E5C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5C05 is #C1A3FA. Grayscale: #494949. Windows color (decimal): -12690427 or 351294. OLE color: 351294.

HSL color Cylindrical-coordinate representation of color #3E5C05: hue angle of 80.69º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E5C05 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB62925-
CMYK0.3300.950.64
HSL80.69º89.69%19.02%-
HSV(B)80.69º94.57%36.08%-
XYZ5.848.691.51-
YUV73.1189.56120.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 92 (36.33% from 255) = 57.86%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=38.99%
G=57.86%
B=3.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal629250.3300.950.6480.6989.6919.02
Hex3E5C52105F40515a13
Octal76134541013710012113223
Binary11111010111001011000010101111110000001010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,92,5); }

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

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

 a { background-color: rgb(62,92,5); }

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

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

 span { border-color: rgb(62,92,5); }

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