#3E5304

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

Shades of Verdun Green #3E5304

Tints of Verdun Green #3E5304

Color information

#3E5304 (or 0x3E5304) is unknown color: approx Verdun Green. HEX triplet: 3E, 53 and 04. RGB value is (62,83,4). Sum of RGB (Red+Green+Blue) = 62+83+4=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5304 is #C1ACFB. Grayscale: #444444. Windows color (decimal): -12692732 or 283454. OLE color: 283454.

HSL color Cylindrical-coordinate representation of color #3E5304: hue angle of 75.95º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E5304 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB62834-
CMYK0.2500.950.67
HSL75.95º90.8%17.06%-
HSV(B)75.95º95.18%32.55%-
XYZ5.17.221.24-
YUV67.7292.04123.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.61%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=41.61%
G=55.70%
B=2.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal628340.2500.950.6775.9590.817.06
Hex3E5341905F434c5b11
Octal76123431013710311413321
Binary1111101010011100110010101111110000111001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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