#18654A

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

Shades of Jewel #18654A

Tints of Jewel #18654A

Color information

#18654A (or 0x18654A) is unknown color: approx Jewel. HEX triplet: 18, 65 and 4A. RGB value is (24,101,74). Sum of RGB (Red+Green+Blue) = 24+101+74=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #18654A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18654A is #E79AB5. Grayscale: #4A4A4A. Windows color (decimal): -15178422 or 4875544. OLE color: 4875544.

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

Color convert

RGB2410174-
CMYK0.7600.270.60
HSL158.96º61.6%24.51%-
HSV(B)158.96º76.24%39.61%-
XYZ6.27108.08-
YUV74.9127.4991.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=12.06%
G=50.75%
B=37.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101740.7600.270.60158.9661.624.51
Hex18654A4C01B3C9f3e19
Octal30145112114033742377631
Binary110001100101100101010011000110111111001001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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