Html Css Color HEX #136F44 Dark Spring Green

📋 copy color: '#136F44'

red 19 ◦ green 111 ◦ blue 68

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

Shades of Dark Spring Green #136F44

Tints of Dark Spring Green #136F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 9.6%
G = 56.06%
B = 34.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#136F44 (or 0x136F44) is known color: Dark Spring Green. HEX triplet: 13, 6F and 44. RGB value is (19,111,68). Sum of RGB (Red+Green+Blue) = 19+111+68=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #136F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F44 is #EC90BB. Grayscale: #4E4E4E. Windows color (decimal): -15503548 or 4484883. OLE color: 4484883.

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

Color convert

RGB 19 111 68 -
CMYK 0.83 0 0.39 0.56
HSL 151.96º 0.71% 0.25% -
HSV(B) 151.96º 0.83% 0.44% -
XYZ 7 11.92 7.4 -
YUV 78.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 19 111 68 0.83 0 0.39 0.56 151.96 0.71 0.25
Hex 13 6F 44 53 0 27 38 98 47 19
Octal 23 157 104 123 0 47 70 230 107 31
Binary 10011 1101111 1000100 1010011 0 100111 111000 10011000 1000111 11001

Color Harmonies of #136F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F44

Black with #136F44

Text Example


Text Example

White with #136F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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