Html Css Color HEX #136E40 Dark Spring Green

📋 copy color: '#136E40'

red 19 ◦ green 110 ◦ blue 64

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

Shades of Dark Spring Green #136E40

Tints of Dark Spring Green #136E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 9.84%
G = 56.99%
B = 33.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#136E40 (or 0x136E40) is known color: Dark Spring Green. HEX triplet: 13, 6E and 40. RGB value is (19,110,64). Sum of RGB (Red+Green+Blue) = 19+110+64=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #136E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E40 is #EC91BF. Grayscale: #4D4D4D. Windows color (decimal): -15503808 or 4222483. OLE color: 4222483.

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

Color convert

RGB 19 110 64 -
CMYK 0.83 0 0.42 0.57
HSL 149.67º 0.71% 0.25% -
HSV(B) 149.67º 0.83% 0.43% -
XYZ 6.77 11.66 6.74 -
YUV 77.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 19 110 64 0.83 0 0.42 0.57 149.67 0.71 0.25
Hex 13 6E 40 53 0 2A 39 96 47 19
Octal 23 156 100 123 0 52 71 226 107 31
Binary 10011 1101110 1000000 1010011 0 101010 111001 10010110 1000111 11001

Color Harmonies of #136E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E40

Black with #136E40

Text Example


Text Example

White with #136E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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