#156150

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

Shades of Eden #156150

Tints of Eden #156150

Color information

#156150 (or 0x156150) is unknown color: approx Eden. HEX triplet: 15, 61 and 50. RGB value is (21,97,80). Sum of RGB (Red+Green+Blue) = 21+97+80=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #156150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156150 is #EA9EAF. Grayscale: #484848. Windows color (decimal): -15376048 or 5267733. OLE color: 5267733.

HSL color Cylindrical-coordinate representation of color #156150: hue angle of 166.58º 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 #156150 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB219780-
CMYK0.7800.180.62
HSL166.58º64.41%23.14%-
HSV(B)166.58º78.35%38.04%-
XYZ6.039.299.06-
YUV72.34132.3291.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=10.61%
G=48.99%
B=40.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197800.7800.180.62166.5864.4123.14
Hex1561504E0123Ea74017
Octal251411201160227624710027
Binary1010111000011010000100111001001011111010100111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156150; }

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

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

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

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

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

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

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

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