#135942

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

Shades of Jewel #135942

Tints of Jewel #135942

Color information

#135942 (or 0x135942) is unknown color: approx Jewel. HEX triplet: 13, 59 and 42. RGB value is (19,89,66). Sum of RGB (Red+Green+Blue) = 19+89+66=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #135942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135942 is #ECA6BD. Grayscale: #414141. Windows color (decimal): -15509182 or 4348179. OLE color: 4348179.

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

Color convert

RGB198966-
CMYK0.7900.260.65
HSL160.29º64.81%21.18%-
HSV(B)160.29º78.65%34.9%-
XYZ4.827.686.38-
YUV65.45128.3194.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=10.92%
G=51.15%
B=37.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989660.7900.260.65160.2964.8121.18
Hex1359424F01A41a04115
Octal2313110211703210124010125
Binary10011101100110000101001111011010100000110100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135942; }

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

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

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

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

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

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

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

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