Html Css Color HEX #137145 Dark Spring Green

📋 copy color: '#137145'

red 19 ◦ green 113 ◦ blue 69

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

Shades of Dark Spring Green #137145

Tints of Dark Spring Green #137145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.22%

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

R = 9.45%
G = 56.22%
B = 34.33%

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

#137145 (or 0x137145) is known color: Dark Spring Green. HEX triplet: 13, 71 and 45. RGB value is (19,113,69). Sum of RGB (Red+Green+Blue) = 19+113+69=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #137145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137145 is #EC8EBA. Grayscale: #4F4F4F. Windows color (decimal): -15503035 or 4550931. OLE color: 4550931.

HSL color Cylindrical-coordinate representation of color #137145: hue angle of 151.91º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137145 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 69 -
CMYK 0.83 0 0.39 0.56
HSL 151.91º 0.71% 0.26% -
HSV(B) 151.91º 0.83% 0.44% -
XYZ 7.25 12.38 7.64 -
YUV 79.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 19 113 69 0.83 0 0.39 0.56 151.91 0.71 0.26
Hex 13 71 45 53 0 27 38 98 47 1A
Octal 23 161 105 123 0 47 70 230 107 32
Binary 10011 1110001 1000101 1010011 0 100111 111000 10011000 1000111 11010

Color Harmonies of #137145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137145

Black with #137145

Text Example


Text Example

White with #137145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137145; }

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

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

background-color css

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

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

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

border-color css

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

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

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