#186052

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

Shades of Eden #186052

Tints of Eden #186052

Color information

#186052 (or 0x186052) is unknown color: approx Eden. HEX triplet: 18, 60 and 52. RGB value is (24,96,82). Sum of RGB (Red+Green+Blue) = 24+96+82=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #186052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186052 is #E79FAD. Grayscale: #484848. Windows color (decimal): -15179694 or 5398552. OLE color: 5398552.

HSL color Cylindrical-coordinate representation of color #186052: hue angle of 168.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186052 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB249682-
CMYK0.7500.150.62
HSL168.33º60%23.53%-
HSV(B)168.33º75%37.65%-
XYZ6.089.179.43-
YUV72.88133.1593.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=11.88%
G=47.52%
B=40.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496820.7500.150.62168.336023.53
Hex1860524B0F3Ea83c18
Octal30140122113017762507430
Binary11000110000010100101001011011111111101010100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186052; }

 p { color: rgb(24,96,82); }

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

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

 a { background-color: rgb(24,96,82); }

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

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

 span { border-color: rgb(24,96,82); }

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