Html Css Color HEX #137138 Dark Spring Green

📋 copy color: '#137138'

red 19 ◦ green 113 ◦ blue 56

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

Shades of Dark Spring Green #137138

Tints of Dark Spring Green #137138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.11%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 10.11%
G = 60.11%
B = 29.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#137138 (or 0x137138) is known color: Dark Spring Green. HEX triplet: 13, 71 and 38. RGB value is (19,113,56). Sum of RGB (Red+Green+Blue) = 19+113+56=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #137138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137138 is #EC8EC7. Grayscale: #4E4E4E. Windows color (decimal): -15503048 or 3698963. OLE color: 3698963.

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

Color convert

RGB 19 113 56 -
CMYK 0.83 0 0.50 0.56
HSL 143.62º 0.71% 0.26% -
HSV(B) 143.62º 0.83% 0.44% -
XYZ 6.89 12.23 5.74 -
YUV 78.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 19 113 56 0.83 0 0.50 0.56 143.62 0.71 0.26
Hex 13 71 38 53 0 32 38 90 47 1A
Octal 23 161 70 123 0 62 70 220 107 32
Binary 10011 1110001 111000 1010011 0 110010 111000 10010000 1000111 11010

Color Harmonies of #137138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137138

Black with #137138

Text Example


Text Example

White with #137138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137138; }

 p { color: rgb(19,113,56); }

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

background-color css

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

 a { background-color: rgb(19,113,56); }

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

border-color css

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

 span { border-color: rgb(19,113,56); }

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