#011410

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

Shades of Dark Green #011410

Tints of Dark Green #011410

Color information

#011410 (or 0x011410) is unknown color: approx Dark Green. HEX triplet: 01, 14 and 10. RGB value is (1,20,16). Sum of RGB (Red+Green+Blue) = 1+20+16=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #011410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011410 is #FEEBEF. Grayscale: #0D0D0D. Windows color (decimal): -16706544 or 1053697. OLE color: 1053697.

HSL color Cylindrical-coordinate representation of color #011410: hue angle of 167.37º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011410 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB12016-
CMYK0.9500.200.92
HSL167.37º90.48%4.12%-
HSV(B)167.37º95%7.84%-
XYZ0.360.540.58-
YUV13.86129.21118.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=2.70%
G=54.05%
B=43.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal120160.9500.200.92167.3790.484.12
Hex114105F0145Ca75a4
Octal124201370241342471324
Binary1101001000010111110101001011100101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011410; }

 p { color: rgb(1,20,16); }

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

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

 a { background-color: rgb(1,20,16); }

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

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

 span { border-color: rgb(1,20,16); }

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