#186542

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

Shades of Jewel #186542

Tints of Jewel #186542

Color information

#186542 (or 0x186542) is unknown color: approx Jewel. HEX triplet: 18, 65 and 42. RGB value is (24,101,66). Sum of RGB (Red+Green+Blue) = 24+101+66=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #186542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186542 is #E79ABD. Grayscale: #4A4A4A. Windows color (decimal): -15178430 or 4351256. OLE color: 4351256.

HSL color Cylindrical-coordinate representation of color #186542: hue angle of 152.73º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186542 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB2410166-
CMYK0.7600.350.60
HSL152.73º61.6%24.51%-
HSV(B)152.73º76.24%39.61%-
XYZ6.019.896.75-
YUV73.99123.4992.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=12.57%
G=52.88%
B=34.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101660.7600.350.60152.7361.624.51
Hex1865424C0233C993e19
Octal30145102114043742317631
Binary1100011001011000010100110001000111111001001100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186542; }

 p { color: rgb(24,101,66); }

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

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

 a { background-color: rgb(24,101,66); }

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

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

 span { border-color: rgb(24,101,66); }

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