#3E580B

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

Shades of Verdun Green #3E580B

Tints of Verdun Green #3E580B

Color information

#3E580B (or 0x3E580B) is unknown color: approx Verdun Green. HEX triplet: 3E, 58 and 0B. RGB value is (62,88,11). Sum of RGB (Red+Green+Blue) = 62+88+11=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #3E580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E580B is #C1A7F4. Grayscale: #474747. Windows color (decimal): -12691445 or 743486. OLE color: 743486.

HSL color Cylindrical-coordinate representation of color #3E580B: hue angle of 80.26º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E580B is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB628811-
CMYK0.3000.880.65
HSL80.26º77.78%19.41%-
HSV(B)80.26º87.5%34.51%-
XYZ5.548.031.57-
YUV71.4593.89121.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=38.51%
G=54.66%
B=6.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6288110.3000.880.6580.2677.7819.41
Hex3E58B1E05841504e13
Octal761301336013010112011623
Binary11111010110001011111100101100010000011010000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,88,11); }

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

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

 a { background-color: rgb(62,88,11); }

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

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

 span { border-color: rgb(62,88,11); }

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