#031610

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

Shades of Dark Green #031610

Tints of Dark Green #031610

Color information

#031610 (or 0x031610) is unknown color: approx Dark Green. HEX triplet: 03, 16 and 10. RGB value is (3,22,16). Sum of RGB (Red+Green+Blue) = 3+22+16=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #031610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031610 is #FCE9EF. Grayscale: #0F0F0F. Windows color (decimal): -16574960 or 1054211. OLE color: 1054211.

HSL color Cylindrical-coordinate representation of color #031610: hue angle of 161.05º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031610 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB32216-
CMYK0.8600.270.91
HSL161.05º76%4.9%-
HSV(B)161.05º86.36%8.63%-
XYZ0.420.630.59-
YUV15.64128.21118.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=7.32%
G=53.66%
B=39.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal322160.8600.270.91161.05764.9
Hex316105601B5Ba14c5
Octal326201260331332411145
Binary11101101000010101100110111011011101000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031610; }

 p { color: rgb(3,22,16); }

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

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

 a { background-color: rgb(3,22,16); }

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

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

 span { border-color: rgb(3,22,16); }

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