#135A45

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

Shades of Jewel #135A45

Tints of Jewel #135A45

Color information

#135A45 (or 0x135A45) is unknown color: approx Jewel. HEX triplet: 13, 5A and 45. RGB value is (19,90,69). Sum of RGB (Red+Green+Blue) = 19+90+69=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #135A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A45 is #ECA5BA. Grayscale: #424242. Windows color (decimal): -15508923 or 4545043. OLE color: 4545043.

HSL color Cylindrical-coordinate representation of color #135A45: hue angle of 162.25º 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 #135A45 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB199069-
CMYK0.7900.230.65
HSL162.25º65.14%21.37%-
HSV(B)162.25º78.89%35.29%-
XYZ57.886.89-
YUV66.38129.4894.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 90 (35.55% from 255) = 50.56%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=10.67%
G=50.56%
B=38.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990690.7900.230.65162.2565.1421.37
Hex135A454F01741a24115
Octal2313210511702710124210125
Binary10011101101010001011001111010111100000110100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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