#186349

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

Shades of Jewel #186349

Tints of Jewel #186349

Color information

#186349 (or 0x186349) is unknown color: approx Jewel. HEX triplet: 18, 63 and 49. RGB value is (24,99,73). Sum of RGB (Red+Green+Blue) = 24+99+73=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #186349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186349 is #E79CB6. Grayscale: #494949. Windows color (decimal): -15178935 or 4809496. OLE color: 4809496.

HSL color Cylindrical-coordinate representation of color #186349: hue angle of 159.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186349 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB249973-
CMYK0.7600.260.61
HSL159.2º60.98%24.12%-
HSV(B)159.2º75.76%38.82%-
XYZ6.049.67.84-
YUV73.61127.6592.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=12.24%
G=50.51%
B=37.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499730.7600.260.61159.260.9824.12
Hex1863494C01A3D9f3d18
Octal30143111114032752377530
Binary110001100011100100110011000110101111011001111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186349; }

 p { color: rgb(24,99,73); }

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

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

 a { background-color: rgb(24,99,73); }

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

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

 span { border-color: rgb(24,99,73); }

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