#137376

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

Shades of Surfie Green #137376

Tints of Surfie Green #137376

Color information

#137376 (or 0x137376) is unknown color: approx Surfie Green. HEX triplet: 13, 73 and 76. RGB value is (19,115,118). Sum of RGB (Red+Green+Blue) = 19+115+118=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #137376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137376 is #EC8C89. Grayscale: #565656. Windows color (decimal): -15502474 or 7762707. OLE color: 7762707.

HSL color Cylindrical-coordinate representation of color #137376: hue angle of 181.82º 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 #137376 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB19115118-
CMYK0.840.0300.54
HSL181.82º72.26%26.86%-
HSV(B)181.82º83.9%46.27%-
XYZ9.6713.7119.28-
YUV86.64145.779.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=7.54%
G=45.63%
B=46.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191151180.840.0300.54181.8272.2626.86
Hex137376543036b6481b
Octal23163166124306626611033
Binary1001111100111110110101010011011011010110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137376; }

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

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

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

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

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

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

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

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