#3E6A02

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

Shades of Verdun Green #3E6A02

Tints of Verdun Green #3E6A02

Color information

#3E6A02 (or 0x3E6A02) is unknown color: approx Verdun Green. HEX triplet: 3E, 6A and 02. RGB value is (62,106,2). Sum of RGB (Red+Green+Blue) = 62+106+2=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 106 (41.80% from 255 or 62.35% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6A02 is #C195FD. Grayscale: #515151. Windows color (decimal): -12686846 or 158270. OLE color: 158270.

HSL color Cylindrical-coordinate representation of color #3E6A02: hue angle of 85.38º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E6A02 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB621062-
CMYK0.4200.980.58
HSL85.38º96.3%21.18%-
HSV(B)85.38º98.11%41.57%-
XYZ7.1511.341.87-
YUV80.9983.42114.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.47%
GREEN value IS 106 (41.80% from 255) = 62.35%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=36.47%
G=62.35%
B=1.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6210620.4200.980.5885.3896.321.18
Hex3E6A22A0623A556015
Octal7615225201427212514025
Binary111110110101010101010011000101110101010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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