#3E6B04

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

Shades of Verdun Green #3E6B04

Tints of Verdun Green #3E6B04

Color information

#3E6B04 (or 0x3E6B04) is unknown color: approx Verdun Green. HEX triplet: 3E, 6B and 04. RGB value is (62,107,4). Sum of RGB (Red+Green+Blue) = 62+107+4=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B04 is #C194FB. Grayscale: #525252. Windows color (decimal): -12686588 or 289598. OLE color: 289598.

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

Color convert

RGB621074-
CMYK0.4200.960.58
HSL86.21º92.79%21.76%-
HSV(B)86.21º96.26%41.96%-
XYZ7.2711.551.96-
YUV81.884.09113.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.84%
GREEN value IS 107 (42.19% from 255) = 61.85%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=35.84%
G=61.85%
B=2.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6210740.4200.960.5886.2192.7921.76
Hex3E6B42A0603A565d16
Octal7615345201407212613526
Binary1111101101011100101010011000001110101010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,4); }

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

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

 a { background-color: rgb(62,107,4); }

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

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

 span { border-color: rgb(62,107,4); }

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