#185B45

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

Shades of Jewel #185B45

Tints of Jewel #185B45

Color information

#185B45 (or 0x185B45) is unknown color: approx Jewel. HEX triplet: 18, 5B and 45. RGB value is (24,91,69). Sum of RGB (Red+Green+Blue) = 24+91+69=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #185B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B45 is #E7A4BA. Grayscale: #444444. Windows color (decimal): -15180987 or 4545304. OLE color: 4545304.

HSL color Cylindrical-coordinate representation of color #185B45: hue angle of 160.3º 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 #185B45 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB249169-
CMYK0.7400.240.64
HSL160.3º58.26%22.55%-
HSV(B)160.3º73.63%35.69%-
XYZ5.198.116.92-
YUV68.46128.396.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 91 (35.94% from 255) = 49.46%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=13.04%
G=49.46%
B=37.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491690.7400.240.64160.358.2622.55
Hex185B454A01840a03a17
Octal301331051120301002407227
Binary1100010110111000101100101001100010000001010000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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