#3E551A

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

Shades of Verdun Green #3E551A

Tints of Verdun Green #3E551A

Color information

#3E551A (or 0x3E551A) is unknown color: approx Verdun Green. HEX triplet: 3E, 55 and 1A. RGB value is (62,85,26). Sum of RGB (Red+Green+Blue) = 62+85+26=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #3E551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E551A is #C1AAE5. Grayscale: #474747. Windows color (decimal): -12692198 or 1725758. OLE color: 1725758.

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

Color convert

RGB628526-
CMYK0.2700.690.67
HSL83.39º53.15%21.76%-
HSV(B)83.39º69.41%33.33%-
XYZ5.427.62.16-
YUV71.4102.38121.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.84%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=35.84%
G=49.13%
B=15.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285260.2700.690.6783.3953.1521.76
Hex3E551A1B04543533516
Octal76125323301051031236526
Binary11111010101011101011011010001011000011101001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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