#186345

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

Shades of Jewel #186345

Tints of Jewel #186345

Color information

#186345 (or 0x186345) is unknown color: approx Jewel. HEX triplet: 18, 63 and 45. RGB value is (24,99,69). Sum of RGB (Red+Green+Blue) = 24+99+69=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #186345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186345 is #E79CBA. Grayscale: #494949. Windows color (decimal): -15178939 or 4547352. OLE color: 4547352.

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

Color convert

RGB249969-
CMYK0.7600.300.61
HSL156º60.98%24.12%-
HSV(B)156º75.76%38.82%-
XYZ5.919.557.16-
YUV73.16125.6592.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=12.5%
G=51.56%
B=35.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499690.7600.300.6115660.9824.12
Hex1863454C01E3D9c3d18
Octal30143105114036752347530
Binary110001100011100010110011000111101111011001110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186345; }

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

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

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

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

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

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

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

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