#185B4F

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

Shades of Eden #185B4F

Tints of Eden #185B4F

Color information

#185B4F (or 0x185B4F) is unknown color: approx Eden. HEX triplet: 18, 5B and 4F. RGB value is (24,91,79). Sum of RGB (Red+Green+Blue) = 24+91+79=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #185B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B4F is #E7A4B0. Grayscale: #454545. Windows color (decimal): -15180977 or 5200664. OLE color: 5200664.

HSL color Cylindrical-coordinate representation of color #185B4F: hue angle of 169.25º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B4F is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB249179-
CMYK0.7400.130.64
HSL169.25º58.26%22.55%-
HSV(B)169.25º73.63%35.69%-
XYZ5.538.248.7-
YUV69.6133.395.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 91 (35.94% from 255) = 46.91%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=12.37%
G=46.91%
B=40.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491790.7400.130.64169.2558.2622.55
Hex185B4F4A0D40a93a17
Octal301331171120151002517227
Binary110001011011100111110010100110110000001010100111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185B4F; }

 p { color: rgb(24,91,79); }

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

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

 a { background-color: rgb(24,91,79); }

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

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

 span { border-color: rgb(24,91,79); }

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