Html Css Color HEX #136F42 Dark Spring Green

📋 copy color: '#136F42'

red 19 ◦ green 111 ◦ blue 66

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

Shades of Dark Spring Green #136F42

Tints of Dark Spring Green #136F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.63%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 9.69%
G = 56.63%
B = 33.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#136F42 (or 0x136F42) is known color: Dark Spring Green. HEX triplet: 13, 6F and 42. RGB value is (19,111,66). Sum of RGB (Red+Green+Blue) = 19+111+66=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #136F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F42 is #EC90BD. Grayscale: #4E4E4E. Windows color (decimal): -15503550 or 4353811. OLE color: 4353811.

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

Color convert

RGB 19 111 66 -
CMYK 0.83 0 0.41 0.56
HSL 150.65º 0.71% 0.25% -
HSV(B) 150.65º 0.83% 0.44% -
XYZ 6.94 11.9 7.09 -
YUV 78.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 19 111 66 0.83 0 0.41 0.56 150.65 0.71 0.25
Hex 13 6F 42 53 0 29 38 97 47 19
Octal 23 157 102 123 0 51 70 227 107 31
Binary 10011 1101111 1000010 1010011 0 101001 111000 10010111 1000111 11001

Color Harmonies of #136F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F42

Black with #136F42

Text Example


Text Example

White with #136F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,66); }

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

background-color css

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

 a { background-color: rgb(19,111,66); }

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

border-color css

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

 span { border-color: rgb(19,111,66); }

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