#3F6711

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

Shades of Verdun Green #3F6711

Tints of Verdun Green #3F6711

Color information

#3F6711 (or 0x3F6711) is unknown color: approx Verdun Green. HEX triplet: 3F, 67 and 11. RGB value is (63,103,17). Sum of RGB (Red+Green+Blue) = 63+103+17=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6711 is #C098EE. Grayscale: #515151. Windows color (decimal): -12622063 or 1140543. OLE color: 1140543.

HSL color Cylindrical-coordinate representation of color #3F6711: hue angle of 87.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F6711 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB6310317-
CMYK0.3900.830.60
HSL87.91º71.67%23.53%-
HSV(B)87.91º83.5%40.39%-
XYZ710.82.25-
YUV81.2491.75114.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 103 (40.62% from 255) = 56.28%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=34.43%
G=56.28%
B=9.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103170.3900.830.6087.9171.6723.53
Hex3F6711270533C584818
Octal77147214701237413011030
Binary111111110011110001100111010100111111001011000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,103,17); }

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

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

 a { background-color: rgb(63,103,17); }

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

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

 span { border-color: rgb(63,103,17); }

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