Html Css Color HEX #137842 Dark Spring Green

📋 copy color: '#137842'

red 19 ◦ green 120 ◦ blue 66

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

Shades of Dark Spring Green #137842

Tints of Dark Spring Green #137842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.54%

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

R = 9.27%
G = 58.54%
B = 32.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#137842 (or 0x137842) is known color: Dark Spring Green. HEX triplet: 13, 78 and 42. RGB value is (19,120,66). Sum of RGB (Red+Green+Blue) = 19+120+66=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #137842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137842 is #EC87BD. Grayscale: #535353. Windows color (decimal): -15501246 or 4356115. OLE color: 4356115.

HSL color Cylindrical-coordinate representation of color #137842: hue angle of 147.92º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137842 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 66 -
CMYK 0.84 0 0.45 0.53
HSL 147.92º 0.73% 0.27% -
HSV(B) 147.92º 0.84% 0.47% -
XYZ 7.97 13.96 7.43 -
YUV 83.65 118.04 81.89 -
System Red Green Blue C M Y K H S L
Decimal 19 120 66 0.84 0 0.45 0.53 147.92 0.73 0.27
Hex 13 78 42 54 0 2D 35 94 49 1B
Octal 23 170 102 124 0 55 65 224 111 33
Binary 10011 1111000 1000010 1010100 0 101101 110101 10010100 1001001 11011

Color Harmonies of #137842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137842

Black with #137842

Text Example


Text Example

White with #137842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137842; }

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

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

background-color css

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

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

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

border-color css

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

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

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