Html Css Color HEX #137B40 Dark Spring Green

📋 copy color: '#137B40'

red 19 ◦ green 123 ◦ blue 64

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

Shades of Dark Spring Green #137B40

Tints of Dark Spring Green #137B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.71%

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

R = 9.22%
G = 59.71%
B = 31.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#137B40 (or 0x137B40) is known color: Dark Spring Green. HEX triplet: 13, 7B and 40. RGB value is (19,123,64). Sum of RGB (Red+Green+Blue) = 19+123+64=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #137B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B40 is #EC84BF. Grayscale: #555555. Windows color (decimal): -15500480 or 4225811. OLE color: 4225811.

HSL color Cylindrical-coordinate representation of color #137B40: hue angle of 145.96º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B40 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 123 64 -
CMYK 0.85 0 0.48 0.52
HSL 145.96º 0.73% 0.28% -
HSV(B) 145.96º 0.85% 0.48% -
XYZ 8.28 14.67 7.25 -
YUV 85.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 19 123 64 0.85 0 0.48 0.52 145.96 0.73 0.28
Hex 13 7B 40 55 0 30 34 92 49 1C
Octal 23 173 100 125 0 60 64 222 111 34
Binary 10011 1111011 1000000 1010101 0 110000 110100 10010010 1001001 11100

Color Harmonies of #137B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B40

Black with #137B40

Text Example


Text Example

White with #137B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B40; }

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

 H1.HeaderClassName
 {
   color: #137B40;
 }
 .AnyTagClassName
 {
   color: #137B40;
 }
</style>

background-color css

<style>
 a { background-color: #137B40; }

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

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

border-color css

<style>
 span { border-color: #137B40; }

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

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