#3D590E

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

Shades of Verdun Green #3D590E

Tints of Verdun Green #3D590E

Color information

#3D590E (or 0x3D590E) is unknown color: approx Verdun Green. HEX triplet: 3D, 59 and 0E. RGB value is (61,89,14). Sum of RGB (Red+Green+Blue) = 61+89+14=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #3D590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D590E is #C2A6F1. Grayscale: #484848. Windows color (decimal): -12756722 or 940349. OLE color: 940349.

HSL color Cylindrical-coordinate representation of color #3D590E: hue angle of 82.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D590E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB618914-
CMYK0.3100.840.65
HSL82.4º72.82%20.2%-
HSV(B)82.4º84.27%34.9%-
XYZ5.588.171.7-
YUV72.0895.22120.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.20%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=37.20%
G=54.27%
B=8.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6189140.3100.840.6582.472.8220.2
Hex3D59E1F05441524914
Octal751311637012410112211124
Binary11110110110011110111110101010010000011010010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,14); }

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

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

 a { background-color: rgb(61,89,14); }

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

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

 span { border-color: rgb(61,89,14); }

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