#156955

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

Shades of Eden #156955

Tints of Eden #156955

Color information

#156955 (or 0x156955) is unknown color: approx Eden. HEX triplet: 15, 69 and 55. RGB value is (21,105,85). Sum of RGB (Red+Green+Blue) = 21+105+85=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #156955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156955 is #EA96AA. Grayscale: #4D4D4D. Windows color (decimal): -15373995 or 5597461. OLE color: 5597461.

HSL color Cylindrical-coordinate representation of color #156955: hue angle of 165.71º degrees, saturation: 0.67, 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 #156955 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB2110585-
CMYK0.8000.190.59
HSL165.71º66.67%24.71%-
HSV(B)165.71º80%41.18%-
XYZ710.9210.33-
YUV77.6132.1787.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=9.95%
G=49.76%
B=40.28%

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
Decimal21105850.8000.190.59165.7166.6724.71
Hex156955500133Ba64319
Octal251511251200237324610331
Binary1010111010011010101101000001001111101110100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156955; }

 p { color: rgb(21,105,85); }

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

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

 a { background-color: rgb(21,105,85); }

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

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

 span { border-color: rgb(21,105,85); }

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