#3F6110

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

Shades of Verdun Green #3F6110

Tints of Verdun Green #3F6110

Color information

#3F6110 (or 0x3F6110) is unknown color: approx Verdun Green. HEX triplet: 3F, 61 and 10. RGB value is (63,97,16). Sum of RGB (Red+Green+Blue) = 63+97+16=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6110 is #C09EEF. Grayscale: #4D4D4D. Windows color (decimal): -12623600 or 1073471. OLE color: 1073471.

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

Color convert

RGB639716-
CMYK0.3500.840.62
HSL85.19º71.68%22.16%-
HSV(B)85.19º83.51%38.04%-
XYZ6.429.642.01-
YUV77.693.24117.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=35.80%
G=55.11%
B=9.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397160.3500.840.6285.1971.6822.16
Hex3F6110230543E554816
Octal77141204301247612511026
Binary111111110000110000100011010101001111101010101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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