#156243

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

Shades of Jewel #156243

Tints of Jewel #156243

Color information

#156243 (or 0x156243) is unknown color: approx Jewel. HEX triplet: 15, 62 and 43. RGB value is (21,98,67). Sum of RGB (Red+Green+Blue) = 21+98+67=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #156243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156243 is #EA9DBC. Grayscale: #474747. Windows color (decimal): -15375805 or 4416021. OLE color: 4416021.

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

Color convert

RGB219867-
CMYK0.7900.320.62
HSL155.84º64.71%23.33%-
HSV(B)155.84º78.57%38.43%-
XYZ5.699.36.81-
YUV71.44125.4992.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=11.29%
G=52.69%
B=36.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198670.7900.320.62155.8464.7123.33
Hex1562434F0203E9c4117
Octal251421031170407623410127
Binary10101110001010000111001111010000011111010011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156243; }

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

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

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

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

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

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

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

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