#137275

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

Shades of Surfie Green #137275

Tints of Surfie Green #137275

Color information

#137275 (or 0x137275) is unknown color: approx Surfie Green. HEX triplet: 13, 72 and 75. RGB value is (19,114,117). Sum of RGB (Red+Green+Blue) = 19+114+117=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #137275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137275 is #EC8D8A. Grayscale: #555555. Windows color (decimal): -15502731 or 7696915. OLE color: 7696915.

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

Color convert

RGB19114117-
CMYK0.840.0300.54
HSL181.84º72.06%26.67%-
HSV(B)181.84º83.76%45.88%-
XYZ9.513.4618.93-
YUV85.94145.5380.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=7.6%
G=45.6%
B=46.8%

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
Decimal191141170.840.0300.54181.8472.0626.67
Hex137275543036b6481b
Octal23162165124306626611033
Binary1001111100101110101101010011011011010110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137275; }

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

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

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

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

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

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

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

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