#185C44

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

Shades of Jewel #185C44

Tints of Jewel #185C44

Color information

#185C44 (or 0x185C44) is unknown color: approx Jewel. HEX triplet: 18, 5C and 44. RGB value is (24,92,68). Sum of RGB (Red+Green+Blue) = 24+92+68=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #185C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185C44 is #E7A3BB. Grayscale: #444444. Windows color (decimal): -15180732 or 4480024. OLE color: 4480024.

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

Color convert

RGB249268-
CMYK0.7400.260.64
HSL158.82º58.62%22.75%-
HSV(B)158.82º73.91%36.08%-
XYZ5.258.276.79-
YUV68.93127.4795.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 92 (36.33% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=13.04%
G=50%
B=36.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2492680.7400.260.64158.8258.6222.75
Hex185C444A01A409f3b17
Octal301341041120321002377327
Binary1100010111001000100100101001101010000001001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,92,68); }

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

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

 a { background-color: rgb(24,92,68); }

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

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

 span { border-color: rgb(24,92,68); }

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