#3D5F03

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

Shades of Verdun Green #3D5F03

Tints of Verdun Green #3D5F03

Color information

#3D5F03 (or 0x3D5F03) is unknown color: approx Verdun Green. HEX triplet: 3D, 5F and 03. RGB value is (61,95,3). Sum of RGB (Red+Green+Blue) = 61+95+3=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5F03 is #C2A0FC. Grayscale: #4A4A4A. Windows color (decimal): -12755197 or 220989. OLE color: 220989.

HSL color Cylindrical-coordinate representation of color #3D5F03: hue angle of 82.17º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D5F03 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB61953-
CMYK0.3600.970.63
HSL82.17º93.88%19.22%-
HSV(B)82.17º96.84%37.25%-
XYZ6.039.181.54-
YUV74.3587.74118.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.36%
GREEN value IS 95 (37.5% from 255) = 59.75%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=38.36%
G=59.75%
B=1.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal619530.3600.970.6382.1793.8819.22
Hex3D5F3240613F525e13
Octal7513734401417712213623
Binary111101101111111100100011000011111111010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,3); }

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

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

 a { background-color: rgb(61,95,3); }

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

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

 span { border-color: rgb(61,95,3); }

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