#3F4707

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

Shades of Verdun Green #3F4707

Tints of Verdun Green #3F4707

Color information

#3F4707 (or 0x3F4707) is unknown color: approx Verdun Green. HEX triplet: 3F, 47 and 07. RGB value is (63,71,7). Sum of RGB (Red+Green+Blue) = 63+71+7=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4707 is #C0B8F8. Grayscale: #3D3D3D. Windows color (decimal): -12630265 or 476991. OLE color: 476991.

HSL color Cylindrical-coordinate representation of color #3F4707: hue angle of 67.5º 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 #3F4707 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB63717-
CMYK0.1100.900.72
HSL67.5º82.05%15.29%-
HSV(B)67.5º90.14%27.84%-
XYZ4.345.581.05-
YUV61.3197.35129.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=44.68%
G=50.35%
B=4.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal637170.1100.900.7267.582.0515.29
Hex3F477B05A484452f
Octal77107713013211010412217
Binary11111110001111111011010110101001000100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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