#3F6210

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

Shades of Verdun Green #3F6210

Tints of Verdun Green #3F6210

Color information

#3F6210 (or 0x3F6210) is unknown color: approx Verdun Green. HEX triplet: 3F, 62 and 10. RGB value is (63,98,16). Sum of RGB (Red+Green+Blue) = 63+98+16=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6210 is #C09DEF. Grayscale: #4E4E4E. Windows color (decimal): -12623344 or 1073727. OLE color: 1073727.

HSL color Cylindrical-coordinate representation of color #3F6210: hue angle of 85.61º 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 #3F6210 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB639816-
CMYK0.3600.840.62
HSL85.61º71.93%22.35%-
HSV(B)85.61º83.67%38.43%-
XYZ6.519.832.04-
YUV78.1992.9117.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 98 (38.67% from 255) = 55.37%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=35.59%
G=55.37%
B=9.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398160.3600.840.6285.6171.9322.35
Hex3F6210240543E564816
Octal77142204401247612611026
Binary111111110001010000100100010101001111101010110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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