#3D5902

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

Shades of Verdun Green #3D5902

Tints of Verdun Green #3D5902

Color information

#3D5902 (or 0x3D5902) is unknown color: approx Verdun Green. HEX triplet: 3D, 59 and 02. RGB value is (61,89,2). Sum of RGB (Red+Green+Blue) = 61+89+2=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5902 is #C2A6FD. Grayscale: #474747. Windows color (decimal): -12756734 or 153917. OLE color: 153917.

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

Color convert

RGB61892-
CMYK0.3100.980.65
HSL79.31º95.6%17.84%-
HSV(B)79.31º97.75%34.9%-
XYZ5.518.141.34-
YUV70.7189.22121.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=40.13%
G=58.55%
B=1.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal618920.3100.980.6579.3195.617.84
Hex3D5921F062414f6012
Octal75131237014210111714022
Binary111101101100110111110110001010000011001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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