Html Css Color HEX #137342 Dark Spring Green

📋 copy color: '#137342'

red 19 ◦ green 115 ◦ blue 66

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

Shades of Dark Spring Green #137342

Tints of Dark Spring Green #137342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.5%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 9.5%
G = 57.5%
B = 33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#137342 (or 0x137342) is known color: Dark Spring Green. HEX triplet: 13, 73 and 42. RGB value is (19,115,66). Sum of RGB (Red+Green+Blue) = 19+115+66=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #137342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137342 is #EC8CBD. Grayscale: #505050. Windows color (decimal): -15502526 or 4354835. OLE color: 4354835.

HSL color Cylindrical-coordinate representation of color #137342: hue angle of 149.38º degrees, saturation: 0.72, 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 #137342 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 66 -
CMYK 0.83 0 0.43 0.55
HSL 149.38º 0.72% 0.26% -
HSV(B) 149.38º 0.83% 0.45% -
XYZ 7.38 12.79 7.23 -
YUV 80.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 19 115 66 0.83 0 0.43 0.55 149.38 0.72 0.26
Hex 13 73 42 53 0 2B 37 95 48 1A
Octal 23 163 102 123 0 53 67 225 110 32
Binary 10011 1110011 1000010 1010011 0 101011 110111 10010101 1001000 11010

Color Harmonies of #137342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137342

Black with #137342

Text Example


Text Example

White with #137342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137342; }

 p { color: rgb(19,115,66); }

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

background-color css

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

 a { background-color: rgb(19,115,66); }

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

border-color css

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

 span { border-color: rgb(19,115,66); }

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