Html Css Color HEX #137A3A Dark Spring Green

📋 copy color: '#137A3A'

red 19 ◦ green 122 ◦ blue 58

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

Shades of Dark Spring Green #137A3A

Tints of Dark Spring Green #137A3A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.31%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 9.55%
G = 61.31%
B = 29.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#137A3A (or 0x137A3A) is known color: Dark Spring Green. HEX triplet: 13, 7A and 3A. RGB value is (19,122,58). Sum of RGB (Red+Green+Blue) = 19+122+58=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #137A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A3A is #EC85C5. Grayscale: #545454. Windows color (decimal): -15500742 or 3832339. OLE color: 3832339.

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

Color convert

RGB 19 122 58 -
CMYK 0.84 0 0.52 0.52
HSL 142.72º 0.73% 0.28% -
HSV(B) 142.72º 0.84% 0.48% -
XYZ 7.99 14.36 6.35 -
YUV 83.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 19 122 58 0.84 0 0.52 0.52 142.72 0.73 0.28
Hex 13 7A 3A 54 0 34 34 8F 49 1C
Octal 23 172 72 124 0 64 64 217 111 34
Binary 10011 1111010 111010 1010100 0 110100 110100 10001111 1001001 11100

Color Harmonies of #137A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A3A

Black with #137A3A

Text Example


Text Example

White with #137A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,58); }

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

background-color css

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

 a { background-color: rgb(19,122,58); }

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

border-color css

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

 span { border-color: rgb(19,122,58); }

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