#3D6A0C

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

Shades of Verdun Green #3D6A0C

Tints of Verdun Green #3D6A0C

Color information

#3D6A0C (or 0x3D6A0C) is unknown color: approx Verdun Green. HEX triplet: 3D, 6A and 0C. RGB value is (61,106,12). Sum of RGB (Red+Green+Blue) = 61+106+12=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6A0C is #C295F3. Grayscale: #525252. Windows color (decimal): -12752372 or 813629. OLE color: 813629.

HSL color Cylindrical-coordinate representation of color #3D6A0C: hue angle of 88.72º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D6A0C is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB6110612-
CMYK0.4200.890.58
HSL88.72º79.66%23.14%-
HSV(B)88.72º88.68%41.57%-
XYZ7.1411.332.16-
YUV81.8388.59113.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.08%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=34.08%
G=59.22%
B=6.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61106120.4200.890.5888.7279.6623.14
Hex3D6AC2A0593A595017
Octal75152145201317213112027
Binary11110111010101100101010010110011110101011001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,12); }

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

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

 a { background-color: rgb(61,106,12); }

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

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

 span { border-color: rgb(61,106,12); }

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