#135943

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

Shades of Jewel #135943

Tints of Jewel #135943

Color information

#135943 (or 0x135943) is unknown color: approx Jewel. HEX triplet: 13, 59 and 43. RGB value is (19,89,67). Sum of RGB (Red+Green+Blue) = 19+89+67=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #135943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135943 is #ECA6BC. Grayscale: #414141. Windows color (decimal): -15509181 or 4413715. OLE color: 4413715.

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

Color convert

RGB198967-
CMYK0.7900.250.65
HSL161.14º64.81%21.18%-
HSV(B)161.14º78.65%34.9%-
XYZ4.857.696.54-
YUV65.56128.8194.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 89 (35.16% from 255) = 50.86%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=10.86%
G=50.86%
B=38.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989670.7900.250.65161.1464.8121.18
Hex1359434F01941a14115
Octal2313110311703110124110125
Binary10011101100110000111001111011001100000110100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135943; }

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

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

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

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

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

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

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

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