#3E4402

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

Shades of Verdun Green #3E4402

Tints of Verdun Green #3E4402

Color information

#3E4402 (or 0x3E4402) is unknown color: approx Verdun Green. HEX triplet: 3E, 44 and 02. RGB value is (62,68,2). Sum of RGB (Red+Green+Blue) = 62+68+2=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4402 is #C1BBFD. Grayscale: #3A3A3A. Windows color (decimal): -12696574 or 148542. OLE color: 148542.

HSL color Cylindrical-coordinate representation of color #3E4402: hue angle of 65.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E4402 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB62682-
CMYK0.0900.970.73
HSL65.45º94.29%13.73%-
HSV(B)65.45º97.06%26.67%-
XYZ4.065.160.84-
YUV58.6896.01130.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=46.97%
G=51.52%
B=1.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal626820.0900.970.7365.4594.2913.73
Hex3E442906149415ee
Octal76104211014111110113616
Binary1111101000100101001011000011001001100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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