#186348

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

Shades of Jewel #186348

Tints of Jewel #186348

Color information

#186348 (or 0x186348) is unknown color: approx Jewel. HEX triplet: 18, 63 and 48. RGB value is (24,99,72). Sum of RGB (Red+Green+Blue) = 24+99+72=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #186348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186348 is #E79CB7. Grayscale: #494949. Windows color (decimal): -15178936 or 4743960. OLE color: 4743960.

HSL color Cylindrical-coordinate representation of color #186348: hue angle of 158.4º 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 #186348 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB249972-
CMYK0.7600.270.61
HSL158.4º60.98%24.12%-
HSV(B)158.4º75.76%38.82%-
XYZ6.019.597.66-
YUV73.5127.1592.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=12.31%
G=50.77%
B=36.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499720.7600.270.61158.460.9824.12
Hex1863484C01B3D9e3d18
Octal30143110114033752367530
Binary110001100011100100010011000110111111011001111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186348; }

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

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

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

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

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

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

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

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