#135c48

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

Shades of Jewel #135C48

Tints of Jewel #135C48

Color information

#135C48 (or 0x135C48) is unknown color: approx Jewel. HEX triplet: 13, 5C and 48. RGB value is (19,92,72). Sum of RGB (Red+Green+Blue) = 19+92+72=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #135C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C48 is #ECA3B7. Grayscale: #434343. Windows color (decimal): -15508408 or 4742163. OLE color: 4742163.

HSL color Cylindrical-coordinate representation of color #135C48: hue angle of 163.56º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C48 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB199272-
CMYK0.7900.220.64
HSL163.56º65.77%21.76%-
HSV(B)163.56º79.35%36.08%-
XYZ5.278.267.45-
YUV67.89130.3293.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 92 (36.33% from 255) = 50.27%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=10.38%
G=50.27%
B=39.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992720.7900.220.64163.5665.7721.76
Hex135C484F01640a44216
Octal2313411011702610024410226
Binary10011101110010010001001111010110100000010100100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135c48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,92,72); }

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

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

 a { background-color: rgb(19,92,72); }

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

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

 span { border-color: rgb(19,92,72); }

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