Html Css Color HEX #137748 Dark Spring Green

📋 copy color: '#137748'

red 19 ◦ green 119 ◦ blue 72

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

Shades of Dark Spring Green #137748

Tints of Dark Spring Green #137748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 9.05%
G = 56.67%
B = 34.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#137748 (or 0x137748) is known color: Dark Spring Green. HEX triplet: 13, 77 and 48. RGB value is (19,119,72). Sum of RGB (Red+Green+Blue) = 19+119+72=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #137748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137748 is #EC88B7. Grayscale: #535353. Windows color (decimal): -15501496 or 4749075. OLE color: 4749075.

HSL color Cylindrical-coordinate representation of color #137748: hue angle of 151.8º degrees, saturation: 0.72, 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 #137748 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 119 72 -
CMYK 0.84 0 0.39 0.53
HSL 151.8º 0.72% 0.27% -
HSV(B) 151.8º 0.84% 0.47% -
XYZ 8.04 13.8 8.37 -
YUV 83.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 19 119 72 0.84 0 0.39 0.53 151.8 0.72 0.27
Hex 13 77 48 54 0 27 35 98 48 1B
Octal 23 167 110 124 0 47 65 230 110 33
Binary 10011 1110111 1001000 1010100 0 100111 110101 10011000 1001000 11011

Color Harmonies of #137748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137748

Black with #137748

Text Example


Text Example

White with #137748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137748; }

 p { color: rgb(19,119,72); }

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

background-color css

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

 a { background-color: rgb(19,119,72); }

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

border-color css

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

 span { border-color: rgb(19,119,72); }

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