#137777

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

Shades of Surfie Green #137777

Tints of Surfie Green #137777

Color information

#137777 (or 0x137777) is unknown color: approx Surfie Green. HEX triplet: 13, 77 and 77. RGB value is (19,119,119). Sum of RGB (Red+Green+Blue) = 19+119+119=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #137777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137777 is #EC8888. Grayscale: #595959. Windows color (decimal): -15501449 or 7829267. OLE color: 7829267.

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

Color convert

RGB19119119-
CMYK0.84000.53
HSL180º72.46%27.06%-
HSV(B)180º84.03%46.67%-
XYZ10.214.6619.75-
YUV89.1144.8778-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.39%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=7.39%
G=46.30%
B=46.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191191190.84000.5318072.4627.06
Hex137777540035b4481b
Octal23167167124006526411033
Binary100111110111111011110101000011010110110100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137777; }

 p { color: rgb(19,119,119); }

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

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

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

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

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

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

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