#155F42

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

Shades of Jewel #155F42

Tints of Jewel #155F42

Color information

#155F42 (or 0x155F42) is unknown color: approx Jewel. HEX triplet: 15, 5F and 42. RGB value is (21,95,66). Sum of RGB (Red+Green+Blue) = 21+95+66=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #155F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F42 is #EAA0BD. Grayscale: #454545. Windows color (decimal): -15376574 or 4349717. OLE color: 4349717.

HSL color Cylindrical-coordinate representation of color #155F42: hue angle of 156.49º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F42 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB219566-
CMYK0.7800.310.63
HSL156.49º63.79%22.75%-
HSV(B)156.49º77.89%37.25%-
XYZ5.388.746.56-
YUV69.57125.9893.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=11.54%
G=52.20%
B=36.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2195660.7800.310.63156.4963.7922.75
Hex155F424E01F3F9c4017
Octal251371021160377723410027
Binary1010110111111000010100111001111111111110011100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155F42; }

 p { color: rgb(21,95,66); }

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

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

 a { background-color: rgb(21,95,66); }

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

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

 span { border-color: rgb(21,95,66); }

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