#135946

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

Shades of Jewel #135946

Tints of Jewel #135946

Color information

#135946 (or 0x135946) is unknown color: approx Jewel. HEX triplet: 13, 59 and 46. RGB value is (19,89,70). Sum of RGB (Red+Green+Blue) = 19+89+70=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #135946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135946 is #ECA6B9. Grayscale: #414141. Windows color (decimal): -15509178 or 4610323. OLE color: 4610323.

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

Color convert

RGB198970-
CMYK0.7900.210.65
HSL163.71º64.81%21.18%-
HSV(B)163.71º78.65%34.9%-
XYZ4.957.737.02-
YUV65.9130.3194.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=10.67%
G=50%
B=39.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989700.7900.210.65163.7164.8121.18
Hex1359464F01541a44115
Octal2313110611702510124410125
Binary10011101100110001101001111010101100000110100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135946; }

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

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

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

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

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

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

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

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