#155743

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

Shades of Jewel #155743

Tints of Jewel #155743

Color information

#155743 (or 0x155743) is unknown color: approx Jewel. HEX triplet: 15, 57 and 43. RGB value is (21,87,67). Sum of RGB (Red+Green+Blue) = 21+87+67=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #155743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155743 is #EAA8BC. Grayscale: #414141. Windows color (decimal): -15378621 or 4413205. OLE color: 4413205.

HSL color Cylindrical-coordinate representation of color #155743: hue angle of 161.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155743 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB218767-
CMYK0.7600.230.66
HSL161.82º61.11%21.18%-
HSV(B)161.82º75.86%34.12%-
XYZ4.737.386.49-
YUV64.99129.1396.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=12%
G=49.71%
B=38.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2187670.7600.230.66161.8261.1121.18
Hex1557434C01742a23d15
Octal251271031140271022427525
Binary1010110101111000011100110001011110000101010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155743; }

 p { color: rgb(21,87,67); }

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

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

 a { background-color: rgb(21,87,67); }

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

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

 span { border-color: rgb(21,87,67); }

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