Html Css Color HEX #137445 Dark Spring Green

📋 copy color: '#137445'

red 19 ◦ green 116 ◦ blue 69

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

Shades of Dark Spring Green #137445

Tints of Dark Spring Green #137445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.86%

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

R = 9.31%
G = 56.86%
B = 33.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#137445 (or 0x137445) is known color: Dark Spring Green. HEX triplet: 13, 74 and 45. RGB value is (19,116,69). Sum of RGB (Red+Green+Blue) = 19+116+69=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #137445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137445 is #EC8BBA. Grayscale: #515151. Windows color (decimal): -15502267 or 4551699. OLE color: 4551699.

HSL color Cylindrical-coordinate representation of color #137445: hue angle of 150.93º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137445 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 69 -
CMYK 0.84 0 0.41 0.55
HSL 150.93º 0.72% 0.26% -
HSV(B) 150.93º 0.84% 0.45% -
XYZ 7.59 13.06 7.75 -
YUV 81.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 19 116 69 0.84 0 0.41 0.55 150.93 0.72 0.26
Hex 13 74 45 54 0 29 37 97 48 1A
Octal 23 164 105 124 0 51 67 227 110 32
Binary 10011 1110100 1000101 1010100 0 101001 110111 10010111 1001000 11010

Color Harmonies of #137445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137445

Black with #137445

Text Example


Text Example

White with #137445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137445; }

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

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

background-color css

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

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

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

border-color css

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

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

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