#186948

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

Shades of Jewel #186948

Tints of Jewel #186948

Color information

#186948 (or 0x186948) is unknown color: approx Jewel. HEX triplet: 18, 69 and 48. RGB value is (24,105,72). Sum of RGB (Red+Green+Blue) = 24+105+72=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #186948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186948 is #E796B7. Grayscale: #4D4D4D. Windows color (decimal): -15177400 or 4745496. OLE color: 4745496.

HSL color Cylindrical-coordinate representation of color #186948: hue angle of 155.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186948 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB2410572-
CMYK0.7700.310.59
HSL155.56º62.79%25.29%-
HSV(B)155.56º77.14%41.18%-
XYZ6.610.777.86-
YUV77.02125.1690.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=11.94%
G=52.24%
B=35.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105720.7700.310.59155.5662.7925.29
Hex1869484D01F3B9c3f19
Octal30151110115037732347731
Binary110001101001100100010011010111111110111001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186948; }

 p { color: rgb(24,105,72); }

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

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

 a { background-color: rgb(24,105,72); }

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

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

 span { border-color: rgb(24,105,72); }

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