#18635F

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

Shades of Blue Stone #18635F

Tints of Blue Stone #18635F

Color information

#18635F (or 0x18635F) is unknown color: approx Blue Stone. HEX triplet: 18, 63 and 5F. RGB value is (24,99,95). Sum of RGB (Red+Green+Blue) = 24+99+95=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #18635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18635F is #E79CA0. Grayscale: #4C4C4C. Windows color (decimal): -15178913 or 6251288. OLE color: 6251288.

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

Color convert

RGB249995-
CMYK0.7600.040.61
HSL176.8º60.98%24.12%-
HSV(B)176.8º75.76%38.82%-
XYZ6.99.9412.38-
YUV76.12138.6590.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=11.01%
G=45.41%
B=43.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499950.7600.040.61176.860.9824.12
Hex18635F4C043Db13d18
Octal3014313711404752617530
Binary1100011000111011111100110001001111011011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18635F; }

 p { color: rgb(24,99,95); }

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

<style>
 a { background-color: #18635F; }

 a { background-color: rgb(24,99,95); }

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

<style>
 span { border-color: #18635F; }

 span { border-color: rgb(24,99,95); }

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