#017374

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

Shades of Surfie Green #017374

Tints of Surfie Green #017374

Color information

#017374 (or 0x017374) is unknown color: approx Surfie Green. HEX triplet: 01, 73 and 74. RGB value is (1,115,116). Sum of RGB (Red+Green+Blue) = 1+115+116=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #017374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017374 is #FE8C8B. Grayscale: #505050. Windows color (decimal): -16682124 or 7631617. OLE color: 7631617.

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

Color convert

RGB1115116-
CMYK0.990.0100.55
HSL180.52º98.29%22.94%-
HSV(B)180.52º99.14%45.49%-
XYZ9.313.5318.64-
YUV81.03147.7370.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 116 (45.70% 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.55
SystemRedGreenBlueCMYKHSL
Decimal11151160.990.0100.55180.5298.2922.94
Hex17374631037b56217
Octal1163164143106726514227
Binary11110011111010011000111011011110110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017374; }

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

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

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

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

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

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

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

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