#135C50

Color #135C50 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #135C50

Tints of Eden #135C50

Color information

#135C50 (or 0x135C50) is unknown color: approx Eden. HEX triplet: 13, 5C and 50. RGB value is (19,92,80). Sum of RGB (Red+Green+Blue) = 19+92+80=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #135C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C50 is #ECA3AF. Grayscale: #444444. Windows color (decimal): -15508400 or 5266451. OLE color: 5266451.

HSL color Cylindrical-coordinate representation of color #135C50: hue angle of 170.14º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C50 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB199280-
CMYK0.7900.130.64
HSL170.14º65.77%21.76%-
HSV(B)170.14º79.35%36.08%-
XYZ5.548.378.91-
YUV68.8134.3292.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 92 (36.33% from 255) = 48.17%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=9.95%
G=48.17%
B=41.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992800.7900.130.64170.1465.7721.76
Hex135C504F0D40aa4216
Octal2313412011701510025210226
Binary1001110111001010000100111101101100000010101010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135C50; }

 p { color: rgb(19,92,80); }

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

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

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

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

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

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

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