#18645E

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

Shades of Blue Stone #18645E

Tints of Blue Stone #18645E

Color information

#18645E (or 0x18645E) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 5E. RGB value is (24,100,94). Sum of RGB (Red+Green+Blue) = 24+100+94=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #18645E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18645E is #E79BA1. Grayscale: #4C4C4C. Windows color (decimal): -15178658 or 6186008. OLE color: 6186008.

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

Color convert

RGB2410094-
CMYK0.7600.060.61
HSL175.26º61.29%24.31%-
HSV(B)175.26º76%39.22%-
XYZ6.9510.1212.18-
YUV76.59137.8290.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=11.01%
G=45.87%
B=43.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24100940.7600.060.61175.2661.2924.31
Hex18645E4C063Daf3d18
Octal3014413611406752577530
Binary1100011001001011110100110001101111011010111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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