Html Css Color HEX #137245 Dark Spring Green

📋 copy color: '#137245'

red 19 ◦ green 114 ◦ blue 69

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

Shades of Dark Spring Green #137245

Tints of Dark Spring Green #137245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

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

R = 9.41%
G = 56.44%
B = 34.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#137245 (or 0x137245) is known color: Dark Spring Green. HEX triplet: 13, 72 and 45. RGB value is (19,114,69). Sum of RGB (Red+Green+Blue) = 19+114+69=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #137245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137245 is #EC8DBA. Grayscale: #505050. Windows color (decimal): -15502779 or 4551187. OLE color: 4551187.

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

Color convert

RGB 19 114 69 -
CMYK 0.83 0 0.39 0.55
HSL 151.58º 0.71% 0.26% -
HSV(B) 151.58º 0.83% 0.45% -
XYZ 7.36 12.6 7.67 -
YUV 80.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 19 114 69 0.83 0 0.39 0.55 151.58 0.71 0.26
Hex 13 72 45 53 0 27 37 98 47 1A
Octal 23 162 105 123 0 47 67 230 107 32
Binary 10011 1110010 1000101 1010011 0 100111 110111 10011000 1000111 11010

Color Harmonies of #137245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137245

Black with #137245

Text Example


Text Example

White with #137245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137245; }

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

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

background-color css

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

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

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

border-color css

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

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

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