#3E531A

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

Shades of Verdun Green #3E531A

Tints of Verdun Green #3E531A

Color information

#3E531A (or 0x3E531A) is unknown color: approx Verdun Green. HEX triplet: 3E, 53 and 1A. RGB value is (62,83,26). Sum of RGB (Red+Green+Blue) = 62+83+26=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #3E531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E531A is #C1ACE5. Grayscale: #464646. Windows color (decimal): -12692710 or 1725246. OLE color: 1725246.

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

Color convert

RGB628326-
CMYK0.2500.690.67
HSL82.11º52.29%21.37%-
HSV(B)82.11º68.67%32.55%-
XYZ5.277.292.11-
YUV70.22103.04122.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=36.26%
G=48.54%
B=15.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283260.2500.690.6782.1152.2921.37
Hex3E531A1904543523415
Octal76123323101051031226425
Binary11111010100111101011001010001011000011101001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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