#135A42

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

Shades of Jewel #135A42

Tints of Jewel #135A42

Color information

#135A42 (or 0x135A42) is unknown color: approx Jewel. HEX triplet: 13, 5A and 42. RGB value is (19,90,66). Sum of RGB (Red+Green+Blue) = 19+90+66=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #135A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A42 is #ECA5BD. Grayscale: #424242. Windows color (decimal): -15508926 or 4348435. OLE color: 4348435.

HSL color Cylindrical-coordinate representation of color #135A42: hue angle of 159.72º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A42 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB199066-
CMYK0.7900.270.65
HSL159.72º65.14%21.37%-
HSV(B)159.72º78.89%35.29%-
XYZ4.917.846.41-
YUV66.04127.9894.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=10.86%
G=51.43%
B=37.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990660.7900.270.65159.7265.1421.37
Hex135A424F01B41a04115
Octal2313210211703310124010125
Binary10011101101010000101001111011011100000110100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,90,66); }

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

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

 a { background-color: rgb(19,90,66); }

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

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

 span { border-color: rgb(19,90,66); }

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