#135845

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

Shades of Jewel #135845

Tints of Jewel #135845

Color information

#135845 (or 0x135845) is unknown color: approx Jewel. HEX triplet: 13, 58 and 45. RGB value is (19,88,69). Sum of RGB (Red+Green+Blue) = 19+88+69=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #135845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135845 is #ECA7BA. Grayscale: #414141. Windows color (decimal): -15509435 or 4544531. OLE color: 4544531.

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

Color convert

RGB198869-
CMYK0.7800.220.65
HSL163.48º64.49%20.98%-
HSV(B)163.48º78.41%34.51%-
XYZ4.837.556.83-
YUV65.2130.1495.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=10.80%
G=50%
B=39.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988690.7800.220.65163.4864.4920.98
Hex1358454E01641a34015
Octal2313010511602610124310025
Binary10011101100010001011001110010110100000110100011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135845; }

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

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

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

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

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

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

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

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