#18645C

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

Shades of Blue Stone #18645C

Tints of Blue Stone #18645C

Color information

#18645C (or 0x18645C) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 5C. RGB value is (24,100,92). Sum of RGB (Red+Green+Blue) = 24+100+92=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #18645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18645C is #E79BA3. Grayscale: #4C4C4C. Windows color (decimal): -15178660 or 6054936. OLE color: 6054936.

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

Color convert

RGB2410092-
CMYK0.7600.080.61
HSL173.68º61.29%24.31%-
HSV(B)173.68º76%39.22%-
XYZ6.8710.0811.71-
YUV76.36136.8290.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=11.11%
G=46.30%
B=42.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24100920.7600.080.61173.6861.2924.31
Hex18645C4C083Dae3d18
Octal30144134114010752567530
Binary11000110010010111001001100010001111011010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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