#3F4807

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

Shades of Verdun Green #3F4807

Tints of Verdun Green #3F4807

Color information

#3F4807 (or 0x3F4807) is unknown color: approx Verdun Green. HEX triplet: 3F, 48 and 07. RGB value is (63,72,7). Sum of RGB (Red+Green+Blue) = 63+72+7=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4807 is #C0B7F8. Grayscale: #3E3E3E. Windows color (decimal): -12630009 or 477247. OLE color: 477247.

HSL color Cylindrical-coordinate representation of color #3F4807: hue angle of 68.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F4807 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB63727-
CMYK0.1200.900.72
HSL68.31º82.28%15.49%-
HSV(B)68.31º90.28%28.24%-
XYZ4.415.711.07-
YUV61.997.02128.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=44.37%
G=50.70%
B=4.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal637270.1200.900.7268.3182.2815.49
Hex3F487C05A484452f
Octal77110714013211010412217
Binary11111110010001111100010110101001000100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,7); }

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

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

 a { background-color: rgb(63,72,7); }

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

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

 span { border-color: rgb(63,72,7); }

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