#017475

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

Shades of Surfie Green #017475

Tints of Surfie Green #017475

Color information

#017475 (or 0x017475) is unknown color: approx Surfie Green. HEX triplet: 01, 74 and 75. RGB value is (1,116,117). Sum of RGB (Red+Green+Blue) = 1+116+117=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #017475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017475 is #FE8B8A. Grayscale: #515151. Windows color (decimal): -16681867 or 7697409. OLE color: 7697409.

HSL color Cylindrical-coordinate representation of color #017475: hue angle of 180.52º 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 #017475 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1116117-
CMYK0.990.0100.54
HSL180.52º98.31%23.14%-
HSV(B)180.52º99.15%45.88%-
XYZ9.4713.7818.99-
YUV81.73147.970.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 117 (46.09% from 255) = 50%
R=0.43%
G=49.57%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11161170.990.0100.54180.5298.3123.14
Hex17475631036b56217
Octal1164165143106626514227
Binary11110100111010111000111011011010110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017475; }

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

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

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

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

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

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

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

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