#017316

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

Shades of Green #017316

Tints of Green #017316

Color information

#017316 (or 0x017316) is unknown color: approx Green. HEX triplet: 01, 73 and 16. RGB value is (1,115,22). Sum of RGB (Red+Green+Blue) = 1+115+22=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 115 (45.31% from 255 or 83.33% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 115 - color contains mainly: green. Hex color #017316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017316 is #FE8CE9. Grayscale: #464646. Windows color (decimal): -16682218 or 1471233. OLE color: 1471233.

HSL color Cylindrical-coordinate representation of color #017316: hue angle of 131.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017316 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB111522-
CMYK0.9900.810.55
HSL131.05º98.28%22.75%-
HSV(B)131.05º99.13%45.1%-
XYZ6.2912.332.81-
YUV70.31100.7378.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 115 (45.31% from 255) = 83.33%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=0.72%
G=83.33%
B=15.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115220.9900.810.55131.0598.2822.75
Hex173166305137836217
Octal11632614301216720314227
Binary111100111011011000110101000111011110000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017316; }

 p { color: rgb(1,115,22); }

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

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

 a { background-color: rgb(1,115,22); }

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

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

 span { border-color: rgb(1,115,22); }

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