#146152

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

Shades of Eden #146152

Tints of Eden #146152

Color information

#146152 (or 0x146152) is unknown color: approx Eden. HEX triplet: 14, 61 and 52. RGB value is (20,97,82). Sum of RGB (Red+Green+Blue) = 20+97+82=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #146152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146152 is #EB9EAD. Grayscale: #484848. Windows color (decimal): -15441582 or 5398804. OLE color: 5398804.

HSL color Cylindrical-coordinate representation of color #146152: hue angle of 168.31º degrees, saturation: 0.66, 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 #146152 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB209782-
CMYK0.7900.150.62
HSL168.31º65.81%22.94%-
HSV(B)168.31º79.38%38.04%-
XYZ6.099.319.46-
YUV72.27133.4990.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=10.05%
G=48.74%
B=41.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097820.7900.150.62168.3165.8122.94
Hex1461524F0F3Ea84217
Octal241411221170177625010227
Binary101001100001101001010011110111111111010101000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146152; }

 p { color: rgb(20,97,82); }

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

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

 a { background-color: rgb(20,97,82); }

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

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

 span { border-color: rgb(20,97,82); }

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