#137876

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

Shades of Surfie Green #137876

Tints of Surfie Green #137876

Color information

#137876 (or 0x137876) is unknown color: approx Surfie Green. HEX triplet: 13, 78 and 76. RGB value is (19,120,118). Sum of RGB (Red+Green+Blue) = 19+120+118=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #137876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137876 is #EC8789. Grayscale: #595959. Windows color (decimal): -15501194 or 7763987. OLE color: 7763987.

HSL color Cylindrical-coordinate representation of color #137876: hue angle of 178.81º degrees, saturation: 0.73, 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 #137876 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB19120118-
CMYK0.8400.020.53
HSL178.81º72.66%27.25%-
HSV(B)178.81º84.17%47.06%-
XYZ10.2614.8819.47-
YUV89.57144.0477.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.39%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=7.39%
G=46.69%
B=45.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191201180.8400.020.53178.8172.6627.25
Hex137876540235b3491b
Octal23170166124026526311133
Binary1001111110001110110101010001011010110110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137876; }

 p { color: rgb(19,120,118); }

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

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

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

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

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

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

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