#017474

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

Shades of Surfie Green #017474

Tints of Surfie Green #017474

Color information

#017474 (or 0x017474) is unknown color: approx Surfie Green. HEX triplet: 01, 74 and 74. RGB value is (1,116,116). Sum of RGB (Red+Green+Blue) = 1+116+116=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #017474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017474 is #FE8B8B. Grayscale: #515151. Windows color (decimal): -16681868 or 7631873. OLE color: 7631873.

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

Color convert

RGB1116116-
CMYK0.99000.55
HSL180º98.29%22.94%-
HSV(B)180º99.14%45.49%-
XYZ9.4113.7618.68-
YUV81.62147.470.5-

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.79%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=0.43%
G=49.79%
B=49.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11161160.99000.5518098.2922.94
Hex17474630037b46217
Octal1164164143006726414227
Binary11110100111010011000110011011110110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017474; }

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

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

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

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

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

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

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

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