#3F6A0D

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

Shades of Verdun Green #3F6A0D

Tints of Verdun Green #3F6A0D

Color information

#3F6A0D (or 0x3F6A0D) is unknown color: approx Verdun Green. HEX triplet: 3F, 6A and 0D. RGB value is (63,106,13). Sum of RGB (Red+Green+Blue) = 63+106+13=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6A0D is #C095F2. Grayscale: #525252. Windows color (decimal): -12621299 or 879167. OLE color: 879167.

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

Color convert

RGB6310613-
CMYK0.4100.880.58
HSL87.74º78.15%23.33%-
HSV(B)87.74º87.74%41.57%-
XYZ7.2811.392.2-
YUV82.5488.75114.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 106 (41.80% from 255) = 58.24%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=34.62%
G=58.24%
B=7.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106130.4100.880.5887.7478.1523.33
Hex3F6AD290583A584e17
Octal77152155101307213011627
Binary11111111010101101101001010110001110101011000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,13); }

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

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

 a { background-color: rgb(63,106,13); }

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

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

 span { border-color: rgb(63,106,13); }

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