#3D6C01

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

Shades of Verdun Green #3D6C01

Tints of Verdun Green #3D6C01

Color information

#3D6C01 (or 0x3D6C01) is unknown color: approx Verdun Green. HEX triplet: 3D, 6C and 01. RGB value is (61,108,1). Sum of RGB (Red+Green+Blue) = 61+108+1=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6C01 is #C293FE. Grayscale: #525252. Windows color (decimal): -12751871 or 93245. OLE color: 93245.

HSL color Cylindrical-coordinate representation of color #3D6C01: hue angle of 86.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D6C01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB611081-
CMYK0.4400.990.58
HSL86.36º98.17%21.37%-
HSV(B)86.36º99.07%42.35%-
XYZ7.2911.721.91-
YUV81.7582.43113.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 108 (42.58% from 255) = 63.53%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=35.88%
G=63.53%
B=0.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6110810.4400.990.5886.3698.1721.37
Hex3D6C12C0633A566215
Octal7515415401437212614225
Binary11110111011001101100011000111110101010110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,1); }

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

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

 a { background-color: rgb(61,108,1); }

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

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

 span { border-color: rgb(61,108,1); }

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