#3F7200

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

Shades of Verdun Green #3F7200

Tints of Verdun Green #3F7200

Color information

#3F7200 (or 0x3F7200) is unknown color: approx Verdun Green. HEX triplet: 3F, 72 and 00. RGB value is (63,114,0). Sum of RGB (Red+Green+Blue) = 63+114+0=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7200 is #C08DFF. Grayscale: #565656. Windows color (decimal): -12619264 or 29247. OLE color: 29247.

HSL color Cylindrical-coordinate representation of color #3F7200: hue angle of 86.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F7200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB631140-
CMYK0.45010.55
HSL86.84º100%22.35%-
HSV(B)86.84º100%44.71%-
XYZ8.0713.092.1-
YUV85.7679.6111.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 114 (44.92% from 255) = 64.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.59%
G=64.41%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6311400.45010.5586.8410022.35
Hex3F7202D06437576416
Octal7716205501446712714426
Binary11111111100100101101011001001101111010111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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