#017504

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

Shades of Green #017504

Tints of Green #017504

Color information

#017504 (or 0x017504) is unknown color: approx Green. HEX triplet: 01, 75 and 04. RGB value is (1,117,4). Sum of RGB (Red+Green+Blue) = 1+117+4=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 117 (46.09% from 255 or 95.90% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 117 - color contains mainly: green. Hex color #017504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017504 is #FE8AFB. Grayscale: #454545. Windows color (decimal): -16681724 or 292097. OLE color: 292097.

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

Color convert

RGB11174-
CMYK0.9900.970.54
HSL121.55º98.31%23.14%-
HSV(B)121.55º99.15%45.88%-
XYZ6.412.742.24-
YUV69.4391.0779.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 117 (46.09% from 255) = 95.90%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=0.82%
G=95.90%
B=3.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111740.9900.970.54121.5598.3123.14
Hex175463061367a6217
Octal1165414301416617214227
Binary111101011001100011011000011101101111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017504; }

 p { color: rgb(1,117,4); }

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

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

 a { background-color: rgb(1,117,4); }

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

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

 span { border-color: rgb(1,117,4); }

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