#016005

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

Shades of Green #016005

Tints of Green #016005

Color information

#016005 (or 0x016005) is unknown color: approx Green. HEX triplet: 01, 60 and 05. RGB value is (1,96,5). Sum of RGB (Red+Green+Blue) = 1+96+5=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 96 (37.89% from 255 or 94.12% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 96 - color contains mainly: green. Hex color #016005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016005 is #FE9FFA. Grayscale: #393939. Windows color (decimal): -16687099 or 352257. OLE color: 352257.

HSL color Cylindrical-coordinate representation of color #016005: hue angle of 122.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016005 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB1965-
CMYK0.9900.950.62
HSL122.53º97.94%19.02%-
HSV(B)122.53º98.96%37.65%-
XYZ4.228.381.54-
YUV57.2298.5387.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 96 (37.89% from 255) = 94.12%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=0.98%
G=94.12%
B=4.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19650.9900.950.62122.5397.9419.02
Hex16056305F3E7b6213
Octal1140514301377617314223
Binary111000001011100011010111111111101111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016005; }

 p { color: rgb(1,96,5); }

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

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

 a { background-color: rgb(1,96,5); }

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

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

 span { border-color: rgb(1,96,5); }

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