#3F6800

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

Shades of Verdun Green #3F6800

Tints of Verdun Green #3F6800

Color information

#3F6800 (or 0x3F6800) is unknown color: approx Verdun Green. HEX triplet: 3F, 68 and 00. RGB value is (63,104,0). Sum of RGB (Red+Green+Blue) = 63+104+0=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6800 is #C097FF. Grayscale: #505050. Windows color (decimal): -12621824 or 26687. OLE color: 26687.

HSL color Cylindrical-coordinate representation of color #3F6800: hue angle of 83.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F6800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB631040-
CMYK0.39010.59
HSL83.65º100%20.39%-
HSV(B)83.65º100%40.78%-
XYZ710.961.75-
YUV79.8882.92115.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.72%
G=62.28%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6310400.39010.5983.6510020.39
Hex3F680270643B546414
Octal7715004701447312414424
Binary11111111010000100111011001001110111010100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,0); }

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

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

 a { background-color: rgb(63,104,0); }

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

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

 span { border-color: rgb(63,104,0); }

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