#3F600D

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

Shades of Verdun Green #3F600D

Tints of Verdun Green #3F600D

Color information

#3F600D (or 0x3F600D) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 0D. RGB value is (63,96,13). Sum of RGB (Red+Green+Blue) = 63+96+13=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #3F600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F600D is #C09FF2. Grayscale: #4C4C4C. Windows color (decimal): -12623859 or 876607. OLE color: 876607.

HSL color Cylindrical-coordinate representation of color #3F600D: hue angle of 83.86º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F600D is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB639613-
CMYK0.3400.860.62
HSL83.86º76.15%21.37%-
HSV(B)83.86º86.46%37.65%-
XYZ6.319.451.87-
YUV76.6792.07118.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=36.63%
G=55.81%
B=7.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396130.3400.860.6283.8676.1521.37
Hex3F60D220563E544c15
Octal77140154201267612411425
Binary11111111000001101100010010101101111101010100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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