#3F6200

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

Shades of Verdun Green #3F6200

Tints of Verdun Green #3F6200

Color information

#3F6200 (or 0x3F6200) is unknown color: approx Verdun Green. HEX triplet: 3F, 62 and 00. RGB value is (63,98,0). Sum of RGB (Red+Green+Blue) = 63+98+0=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6200 is #C09DFF. Grayscale: #4C4C4C. Windows color (decimal): -12623360 or 25151. OLE color: 25151.

HSL color Cylindrical-coordinate representation of color #3F6200: hue angle of 81.43º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F6200 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB63980-
CMYK0.36010.62
HSL81.43º100%19.22%-
HSV(B)81.43º100%38.43%-
XYZ6.429.791.55-
YUV76.3684.9118.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.13%
G=60.87%
B=0%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal639800.36010.6281.4310019.22
Hex3F620240643E516413
Octal7714204401447612114423
Binary11111111000100100100011001001111101010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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