#156954

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

Shades of Eden #156954

Tints of Eden #156954

Color information

#156954 (or 0x156954) is unknown color: approx Eden. HEX triplet: 15, 69 and 54. RGB value is (21,105,84). Sum of RGB (Red+Green+Blue) = 21+105+84=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #156954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156954 is #EA96AB. Grayscale: #4D4D4D. Windows color (decimal): -15373996 or 5531925. OLE color: 5531925.

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

Color convert

RGB2110584-
CMYK0.8000.200.59
HSL165º66.67%24.71%-
HSV(B)165º80%41.18%-
XYZ6.9610.910.13-
YUV77.49131.6787.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 84 (33.20% from 255) = 40%
R=10%
G=50%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105840.8000.200.5916566.6724.71
Hex156954500143Ba54319
Octal251511241200247324510331
Binary1010111010011010100101000001010011101110100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156954; }

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

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

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

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

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

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

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

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