#3D5619

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

Shades of Verdun Green #3D5619

Tints of Verdun Green #3D5619

Color information

#3D5619 (or 0x3D5619) is unknown color: approx Verdun Green. HEX triplet: 3D, 56 and 19. RGB value is (61,86,25). Sum of RGB (Red+Green+Blue) = 61+86+25=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5619 is #C2A9E6. Grayscale: #474747. Windows color (decimal): -12757479 or 1660477. OLE color: 1660477.

HSL color Cylindrical-coordinate representation of color #3D5619: hue angle of 84.59º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D5619 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB618625-
CMYK0.2900.710.66
HSL84.59º54.95%21.76%-
HSV(B)84.59º70.93%33.73%-
XYZ5.437.722.12-
YUV71.57101.72120.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=35.47%
G=50%
B=14.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186250.2900.710.6684.5954.9521.76
Hex3D56191D04742553716
Octal75126313501071021256726
Binary11110110101101100111101010001111000010101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,25); }

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

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

 a { background-color: rgb(61,86,25); }

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

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

 span { border-color: rgb(61,86,25); }

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