#017479

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

Shades of Surfie Green #017479

Tints of Surfie Green #017479

Color information

#017479 (or 0x017479) is unknown color: approx Surfie Green. HEX triplet: 01, 74 and 79. RGB value is (1,116,121). Sum of RGB (Red+Green+Blue) = 1+116+121=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #017479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017479 is #FE8B86. Grayscale: #525252. Windows color (decimal): -16681863 or 7959553. OLE color: 7959553.

HSL color Cylindrical-coordinate representation of color #017479: hue angle of 182.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017479 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1116121-
CMYK0.990.0400.53
HSL182.5º98.36%23.92%-
HSV(B)182.5º99.17%47.45%-
XYZ9.7113.8820.26-
YUV82.18149.970.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=0.42%
G=48.74%
B=50.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11161210.990.0400.53182.598.3623.92
Hex17479634035b66218
Octal1164171143406526614230
Binary1111010011110011100011100011010110110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017479; }

 p { color: rgb(1,116,121); }

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

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

 a { background-color: rgb(1,116,121); }

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

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

 span { border-color: rgb(1,116,121); }

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