#156143

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

Shades of Jewel #156143

Tints of Jewel #156143

Color information

#156143 (or 0x156143) is unknown color: approx Jewel. HEX triplet: 15, 61 and 43. RGB value is (21,97,67). Sum of RGB (Red+Green+Blue) = 21+97+67=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #156143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156143 is #EA9EBC. Grayscale: #464646. Windows color (decimal): -15376061 or 4415765. OLE color: 4415765.

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

Color convert

RGB219767-
CMYK0.7800.310.62
HSL156.32º64.41%23.14%-
HSV(B)156.32º78.35%38.04%-
XYZ5.69.116.77-
YUV70.86125.8292.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=11.35%
G=52.43%
B=36.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197670.7800.310.62156.3264.4123.14
Hex1561434E01F3E9c4017
Octal251411031160377623410027
Binary1010111000011000011100111001111111111010011100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156143; }

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

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

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

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

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

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

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

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