Html Css Color HEX #136D5D Blue Stone

📋 copy color: '#136D5D'

red 19 ◦ green 109 ◦ blue 93

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

Shades of Blue Stone #136D5D

Tints of Blue Stone #136D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.32%

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

R = 8.6%
G = 49.32%
B = 42.08%

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

#136D5D (or 0x136D5D) is known color: Blue Stone. HEX triplet: 13, 6D and 5D. RGB value is (19,109,93). Sum of RGB (Red+Green+Blue) = 19+109+93=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #136D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D5D is #EC92A2. Grayscale: #505050. Windows color (decimal): -15504035 or 6122771. OLE color: 6122771.

HSL color Cylindrical-coordinate representation of color #136D5D: hue angle of 169.33º degrees, saturation: 0.7, 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 #136D5D is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 93 -
CMYK 0.83 0 0.15 0.57
HSL 169.33º 0.7% 0.25% -
HSV(B) 169.33º 0.83% 0.43% -
XYZ 7.71 11.87 12.24 -
YUV 80.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 19 109 93 0.83 0 0.15 0.57 169.33 0.7 0.25
Hex 13 6D 5D 53 0 F 39 A9 46 19
Octal 23 155 135 123 0 17 71 251 106 31
Binary 10011 1101101 1011101 1010011 0 1111 111001 10101001 1000110 11001

Color Harmonies of #136D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D5D

Black with #136D5D

Text Example


Text Example

White with #136D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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