Html Css Color HEX #136E5D Blue Stone

📋 copy color: '#136E5D'

red 19 ◦ green 110 ◦ blue 93

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

Shades of Blue Stone #136E5D

Tints of Blue Stone #136E5D

RGB

 RED value IS 19 (7.81% from 255) = 8.56%

 GREEN value IS 110 (43.36% from 255) = 49.55%

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

R = 8.56%
G = 49.55%
B = 41.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#136E5D (or 0x136E5D) is known color: Blue Stone. HEX triplet: 13, 6E and 5D. RGB value is (19,110,93). Sum of RGB (Red+Green+Blue) = 19+110+93=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #136E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E5D is #EC91A2. Grayscale: #505050. Windows color (decimal): -15503779 or 6123027. OLE color: 6123027.

HSL color Cylindrical-coordinate representation of color #136E5D: hue angle of 168.79º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E5D is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 110 93 -
CMYK 0.83 0 0.15 0.57
HSL 168.79º 0.71% 0.25% -
HSV(B) 168.79º 0.83% 0.43% -
XYZ 7.82 12.08 12.28 -
YUV 80.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 19 110 93 0.83 0 0.15 0.57 168.79 0.71 0.25
Hex 13 6E 5D 53 0 F 39 A9 47 19
Octal 23 156 135 123 0 17 71 251 107 31
Binary 10011 1101110 1011101 1010011 0 1111 111001 10101001 1000111 11001

Color Harmonies of #136E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E5D

Black with #136E5D

Text Example


Text Example

White with #136E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136E5D; }

 p { color: rgb(19,110,93); }

 H1.HeaderClassName
 {
   color: #136E5D;
 }
 .AnyTagClassName
 {
   color: #136E5D;
 }
</style>

background-color css

<style>
 a { background-color: #136E5D; }

 a { background-color: rgb(19,110,93); }

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

border-color css

<style>
 span { border-color: #136E5D; }

 span { border-color: rgb(19,110,93); }

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