#135E47

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

Shades of Jewel #135E47

Tints of Jewel #135E47

Color information

#135E47 (or 0x135E47) is unknown color: approx Jewel. HEX triplet: 13, 5E and 47. RGB value is (19,94,71). Sum of RGB (Red+Green+Blue) = 19+94+71=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 94 (37.11% from 255 or 51.09% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 94 - color contains mainly: green. Hex color #135E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E47 is #ECA1B8. Grayscale: #444444. Windows color (decimal): -15507897 or 4677139. OLE color: 4677139.

HSL color Cylindrical-coordinate representation of color #135E47: hue angle of 161.6º 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 #135E47 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB199471-
CMYK0.8000.240.63
HSL161.6º66.37%22.16%-
HSV(B)161.6º79.79%36.86%-
XYZ5.418.67.34-
YUV68.95129.1592.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 94 (37.11% from 255) = 51.09%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=10.33%
G=51.09%
B=38.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994710.8000.240.63161.666.3722.16
Hex135E47500183Fa24216
Octal231361071200307724210226
Binary1001110111101000111101000001100011111110100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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