#18645B

Color #18645B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #18645B

Tints of Blue Stone #18645B

Color information

#18645B (or 0x18645B) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 5B. RGB value is (24,100,91). Sum of RGB (Red+Green+Blue) = 24+100+91=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #18645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18645B is #E79BA4. Grayscale: #4C4C4C. Windows color (decimal): -15178661 or 5989400. OLE color: 5989400.

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

Color convert

RGB2410091-
CMYK0.7600.090.61
HSL172.89º61.29%24.31%-
HSV(B)172.89º76%39.22%-
XYZ6.8210.0611.48-
YUV76.25136.3290.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=11.16%
G=46.51%
B=42.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24100910.7600.090.61172.8961.2924.31
Hex18645B4C093Dad3d18
Octal30144133114011752557530
Binary11000110010010110111001100010011111011010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18645B; }

 p { color: rgb(24,100,91); }

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

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

 a { background-color: rgb(24,100,91); }

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

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

 span { border-color: rgb(24,100,91); }

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