Html Css Color HEX #136F48 Dark Spring Green

📋 copy color: '#136F48'

red 19 ◦ green 111 ◦ blue 72

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

Shades of Dark Spring Green #136F48

Tints of Dark Spring Green #136F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 9.41%
G = 54.95%
B = 35.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#136F48 (or 0x136F48) is known color: Dark Spring Green. HEX triplet: 13, 6F and 48. RGB value is (19,111,72). Sum of RGB (Red+Green+Blue) = 19+111+72=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #136F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F48 is #EC90B7. Grayscale: #4F4F4F. Windows color (decimal): -15503544 or 4747027. OLE color: 4747027.

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

Color convert

RGB 19 111 72 -
CMYK 0.83 0 0.35 0.56
HSL 154.57º 0.71% 0.25% -
HSV(B) 154.57º 0.83% 0.44% -
XYZ 7.12 11.98 8.07 -
YUV 79.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 19 111 72 0.83 0 0.35 0.56 154.57 0.71 0.25
Hex 13 6F 48 53 0 23 38 9B 47 19
Octal 23 157 110 123 0 43 70 233 107 31
Binary 10011 1101111 1001000 1010011 0 100011 111000 10011011 1000111 11001

Color Harmonies of #136F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F48

Black with #136F48

Text Example


Text Example

White with #136F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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