#18635B

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

Shades of Blue Stone #18635B

Tints of Blue Stone #18635B

Color information

#18635B (or 0x18635B) is unknown color: approx Blue Stone. HEX triplet: 18, 63 and 5B. RGB value is (24,99,91). Sum of RGB (Red+Green+Blue) = 24+99+91=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #18635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18635B is #E79CA4. Grayscale: #4B4B4B. Windows color (decimal): -15178917 or 5989144. OLE color: 5989144.

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

Color convert

RGB249991-
CMYK0.7600.080.61
HSL173.6º60.98%24.12%-
HSV(B)173.6º75.76%38.82%-
XYZ6.739.8711.45-
YUV75.66136.6591.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=11.21%
G=46.26%
B=42.52%

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
Decimal2499910.7600.080.61173.660.9824.12
Hex18635B4C083Dae3d18
Octal30143133114010752567530
Binary11000110001110110111001100010001111011010111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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