#156854

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

Shades of Eden #156854

Tints of Eden #156854

Color information

#156854 (or 0x156854) is unknown color: approx Eden. HEX triplet: 15, 68 and 54. RGB value is (21,104,84). Sum of RGB (Red+Green+Blue) = 21+104+84=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #156854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156854 is #EA97AB. Grayscale: #4C4C4C. Windows color (decimal): -15374252 or 5531669. OLE color: 5531669.

HSL color Cylindrical-coordinate representation of color #156854: hue angle of 165.54º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156854 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB2110484-
CMYK0.8000.190.59
HSL165.54º66.4%24.51%-
HSV(B)165.54º79.81%40.78%-
XYZ6.8610.710.09-
YUV76.913288.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 104 (41.02% from 255) = 49.76%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=10.05%
G=49.76%
B=40.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104840.8000.190.59165.5466.424.51
Hex156854500133Ba64219
Octal251501241200237324610231
Binary1010111010001010100101000001001111101110100110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156854; }

 p { color: rgb(21,104,84); }

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

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

 a { background-color: rgb(21,104,84); }

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

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

 span { border-color: rgb(21,104,84); }

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