#3D5D02

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

Shades of Verdun Green #3D5D02

Tints of Verdun Green #3D5D02

Color information

#3D5D02 (or 0x3D5D02) is unknown color: approx Verdun Green. HEX triplet: 3D, 5D and 02. RGB value is (61,93,2). Sum of RGB (Red+Green+Blue) = 61+93+2=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5D02 is #C2A2FD. Grayscale: #494949. Windows color (decimal): -12755710 or 154941. OLE color: 154941.

HSL color Cylindrical-coordinate representation of color #3D5D02: hue angle of 81.1º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D5D02 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB61932-
CMYK0.3400.980.64
HSL81.1º95.79%18.63%-
HSV(B)81.1º97.85%36.47%-
XYZ5.858.831.45-
YUV73.0687.9119.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 93 (36.72% from 255) = 59.62%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=39.10%
G=59.62%
B=1.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal619320.3400.980.6481.195.7918.63
Hex3D5D22206240516013
Octal75135242014210012114023
Binary1111011011101101000100110001010000001010001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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