#18664A

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

Shades of Jewel #18664A

Tints of Jewel #18664A

Color information

#18664A (or 0x18664A) is unknown color: approx Jewel. HEX triplet: 18, 66 and 4A. RGB value is (24,102,74). Sum of RGB (Red+Green+Blue) = 24+102+74=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #18664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18664A is #E799B5. Grayscale: #4B4B4B. Windows color (decimal): -15178166 or 4875800. OLE color: 4875800.

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

Color convert

RGB2410274-
CMYK0.7600.270.6
HSL158.46º61.9%24.71%-
HSV(B)158.46º76.47%40%-
XYZ6.3610.198.11-
YUV75.49127.1691.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 74 (29.30% from 255) = 37%
R=12%
G=51%
B=37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102740.7600.270.6158.4661.924.71
Hex18664A4C01B3C9e3e19
Octal30146112114033742367631
Binary110001100110100101010011000110111111001001111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18664A; }

 p { color: rgb(24,102,74); }

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

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

 a { background-color: rgb(24,102,74); }

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

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

 span { border-color: rgb(24,102,74); }

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