Html Css Color HEX #18635D Blue Stone

📋 copy color: '#18635D'

red 24 ◦ green 99 ◦ blue 93

#18635D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #18635D

Tints of Blue Stone #18635D

RGB

 RED value IS 24 (9.77% from 255) = 11.11%

 GREEN value IS 99 (39.06% from 255) = 45.83%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 11.11%
G = 45.83%
B = 43.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#18635D (or 0x18635D) is known color: Blue Stone. HEX triplet: 18, 63 and 5D. RGB value is (24,99,93). Sum of RGB (Red+Green+Blue) = 24+99+93=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #18635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18635D is #E79CA2. Grayscale: #4B4B4B. Windows color (decimal): -15178915 or 6120216. OLE color: 6120216.

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

Color convert

RGB 24 99 93 -
CMYK 0.76 0 0.06 0.61
HSL 175.2º 0.61% 0.24% -
HSV(B) 175.2º 0.76% 0.39% -
XYZ 6.81 9.91 11.91 -
YUV 75.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 24 99 93 0.76 0 0.06 0.61 175.2 0.61 0.24
Hex 18 63 5D 4C 0 6 3D AF 3D 18
Octal 30 143 135 114 0 6 75 257 75 30
Binary 11000 1100011 1011101 1001100 0 110 111101 10101111 111101 11000

Color Harmonies of #18635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18635D

Black with #18635D

Text Example


Text Example

White with #18635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18635D;
 }
 .AnyTagClassName
 {
   color: #18635D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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