#18694A

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

Shades of Jewel #18694A

Tints of Jewel #18694A

Color information

#18694A (or 0x18694A) is unknown color: approx Jewel. HEX triplet: 18, 69 and 4A. RGB value is (24,105,74). Sum of RGB (Red+Green+Blue) = 24+105+74=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #18694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18694A is #E796B5. Grayscale: #4D4D4D. Windows color (decimal): -15177398 or 4876568. OLE color: 4876568.

HSL color Cylindrical-coordinate representation of color #18694A: hue angle of 157.04º 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 #18694A is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB2410574-
CMYK0.7700.300.59
HSL157.04º62.79%25.29%-
HSV(B)157.04º77.14%41.18%-
XYZ6.6610.798.21-
YUV77.25126.1690.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=11.82%
G=51.72%
B=36.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105740.7700.300.59157.0462.7925.29
Hex18694A4D01E3B9d3f19
Octal30151112115036732357731
Binary110001101001100101010011010111101110111001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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