#3E4E02

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

Shades of Verdun Green #3E4E02

Tints of Verdun Green #3E4E02

Color information

#3E4E02 (or 0x3E4E02) is unknown color: approx Verdun Green. HEX triplet: 3E, 4E and 02. RGB value is (62,78,2). Sum of RGB (Red+Green+Blue) = 62+78+2=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4E02 is #C1B1FD. Grayscale: #404040. Windows color (decimal): -12694014 or 151102. OLE color: 151102.

HSL color Cylindrical-coordinate representation of color #3E4E02: hue angle of 72.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E4E02 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB62782-
CMYK0.2100.970.69
HSL72.63º95%15.69%-
HSV(B)72.63º97.44%30.59%-
XYZ4.726.481.06-
YUV64.5592.7126.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 78 (30.86% from 255) = 54.93%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=43.66%
G=54.93%
B=1.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal627820.2100.970.6972.639515.69
Hex3E4E21506145495f10
Octal76116225014110511113720
Binary111110100111010101010110000110001011001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,78,2); }

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

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

 a { background-color: rgb(62,78,2); }

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

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

 span { border-color: rgb(62,78,2); }

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