#3E5102

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

Shades of Verdun Green #3E5102

Tints of Verdun Green #3E5102

Color information

#3E5102 (or 0x3E5102) is unknown color: approx Verdun Green. HEX triplet: 3E, 51 and 02. RGB value is (62,81,2). Sum of RGB (Red+Green+Blue) = 62+81+2=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5102 is #C1AEFD. Grayscale: #424242. Windows color (decimal): -12693246 or 151870. OLE color: 151870.

HSL color Cylindrical-coordinate representation of color #3E5102: hue angle of 74.43º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E5102 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB62812-
CMYK0.2300.980.68
HSL74.43º95.18%16.27%-
HSV(B)74.43º97.53%31.76%-
XYZ4.946.911.13-
YUV66.3191.71124.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.76%
GREEN value IS 81 (32.03% from 255) = 55.86%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=42.76%
G=55.86%
B=1.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal628120.2300.980.6874.4395.1816.27
Hex3E51217062444a5f10
Octal76121227014210411213720
Binary111110101000110101110110001010001001001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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