#3E5D11

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

Shades of Verdun Green #3E5D11

Tints of Verdun Green #3E5D11

Color information

#3E5D11 (or 0x3E5D11) is unknown color: approx Verdun Green. HEX triplet: 3E, 5D and 11. RGB value is (62,93,17). Sum of RGB (Red+Green+Blue) = 62+93+17=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5D11 is #C1A2EE. Grayscale: #4B4B4B. Windows color (decimal): -12690159 or 1137982. OLE color: 1137982.

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

Color convert

RGB629317-
CMYK0.3300.820.64
HSL84.47º69.09%21.57%-
HSV(B)84.47º81.72%36.47%-
XYZ68.891.93-
YUV75.0795.23118.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=36.05%
G=54.07%
B=9.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6293170.3300.820.6484.4769.0921.57
Hex3E5D112105240544516
Octal761352141012210012410526
Binary1111101011101100011000010101001010000001010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,93,17); }

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

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

 a { background-color: rgb(62,93,17); }

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

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

 span { border-color: rgb(62,93,17); }

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