#135E4F

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

Shades of Eden #135E4F

Tints of Eden #135E4F

Color information

#135E4F (or 0x135E4F) is unknown color: approx Eden. HEX triplet: 13, 5E and 4F. RGB value is (19,94,79). Sum of RGB (Red+Green+Blue) = 19+94+79=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #135E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E4F is #ECA1B0. Grayscale: #454545. Windows color (decimal): -15507889 or 5201427. OLE color: 5201427.

HSL color Cylindrical-coordinate representation of color #135E4F: hue angle of 168º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E4F is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB199479-
CMYK0.8000.160.63
HSL168º66.37%22.16%-
HSV(B)168º79.79%36.86%-
XYZ5.688.718.78-
YUV69.86133.1591.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=9.90%
G=48.96%
B=41.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994790.8000.160.6316866.3722.16
Hex135E4F500103Fa84216
Octal231361171200207725010226
Binary1001110111101001111101000001000011111110101000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,79); }

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

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

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

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

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

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

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