#137475

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

Shades of Surfie Green #137475

Tints of Surfie Green #137475

Color information

#137475 (or 0x137475) is unknown color: approx Surfie Green. HEX triplet: 13, 74 and 75. RGB value is (19,116,117). Sum of RGB (Red+Green+Blue) = 19+116+117=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #137475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137475 is #EC8B8A. Grayscale: #575757. Windows color (decimal): -15502219 or 7697427. OLE color: 7697427.

HSL color Cylindrical-coordinate representation of color #137475: hue angle of 180.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137475 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB19116117-
CMYK0.840.0100.54
HSL180.61º72.06%26.67%-
HSV(B)180.61º83.76%45.88%-
XYZ9.7213.9119-
YUV87.11144.8679.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=7.54%
G=46.03%
B=46.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191161170.840.0100.54180.6172.0626.67
Hex137475541036b5481b
Octal23164165124106626511033
Binary100111110100111010110101001011011010110101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137475; }

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

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

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

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

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

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

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

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