#186045

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

Shades of Jewel #186045

Tints of Jewel #186045

Color information

#186045 (or 0x186045) is unknown color: approx Jewel. HEX triplet: 18, 60 and 45. RGB value is (24,96,69). Sum of RGB (Red+Green+Blue) = 24+96+69=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #186045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186045 is #E79FBA. Grayscale: #474747. Windows color (decimal): -15179707 or 4546584. OLE color: 4546584.

HSL color Cylindrical-coordinate representation of color #186045: hue angle of 157.5º 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 #186045 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB249669-
CMYK0.7500.280.62
HSL157.5º60%23.53%-
HSV(B)157.5º75%37.65%-
XYZ5.638.997.07-
YUV71.39126.6594.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=12.70%
G=50.79%
B=36.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496690.7500.280.62157.56023.53
Hex1860454B01C3E9e3c18
Octal30140105113034762367430
Binary110001100000100010110010110111001111101001111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186045; }

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

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

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

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

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

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

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

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