#3F6115

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

Shades of Verdun Green #3F6115

Tints of Verdun Green #3F6115

Color information

#3F6115 (or 0x3F6115) is unknown color: approx Verdun Green. HEX triplet: 3F, 61 and 15. RGB value is (63,97,21). Sum of RGB (Red+Green+Blue) = 63+97+21=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6115 is #C09EEA. Grayscale: #4E4E4E. Windows color (decimal): -12623595 or 1401151. OLE color: 1401151.

HSL color Cylindrical-coordinate representation of color #3F6115: hue angle of 86.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F6115 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB639721-
CMYK0.3500.780.62
HSL86.84º64.41%23.14%-
HSV(B)86.84º78.35%38.04%-
XYZ6.469.662.23-
YUV78.1795.74117.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=34.81%
G=53.59%
B=11.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397210.3500.780.6286.8464.4123.14
Hex3F61152304E3E574017
Octal77141254301167612710027
Binary111111110000110101100011010011101111101010111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,21); }

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

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

 a { background-color: rgb(63,97,21); }

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

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

 span { border-color: rgb(63,97,21); }

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