Html Css Color HEX #136F45 Dark Spring Green

📋 copy color: '#136F45'

red 19 ◦ green 111 ◦ blue 69

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

Shades of Dark Spring Green #136F45

Tints of Dark Spring Green #136F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 9.55%
G = 55.78%
B = 34.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#136F45 (or 0x136F45) is known color: Dark Spring Green. HEX triplet: 13, 6F and 45. RGB value is (19,111,69). Sum of RGB (Red+Green+Blue) = 19+111+69=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #136F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F45 is #EC90BA. Grayscale: #4E4E4E. Windows color (decimal): -15503547 or 4550419. OLE color: 4550419.

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

Color convert

RGB 19 111 69 -
CMYK 0.83 0 0.38 0.56
HSL 152.61º 0.71% 0.25% -
HSV(B) 152.61º 0.83% 0.44% -
XYZ 7.03 11.94 7.56 -
YUV 78.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 19 111 69 0.83 0 0.38 0.56 152.61 0.71 0.25
Hex 13 6F 45 53 0 26 38 99 47 19
Octal 23 157 105 123 0 46 70 231 107 31
Binary 10011 1101111 1000101 1010011 0 100110 111000 10011001 1000111 11001

Color Harmonies of #136F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F45

Black with #136F45

Text Example


Text Example

White with #136F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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