Html Css Color HEX #137838 Dark Spring Green

📋 copy color: '#137838'

red 19 ◦ green 120 ◦ blue 56

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

Shades of Dark Spring Green #137838

Tints of Dark Spring Green #137838

RGB

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

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

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

R = 9.74%
G = 61.54%
B = 28.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#137838 (or 0x137838) is known color: Dark Spring Green. HEX triplet: 13, 78 and 38. RGB value is (19,120,56). Sum of RGB (Red+Green+Blue) = 19+120+56=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #137838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137838 is #EC87C7. Grayscale: #525252. Windows color (decimal): -15501256 or 3700755. OLE color: 3700755.

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

Color convert

RGB 19 120 56 -
CMYK 0.84 0 0.53 0.53
HSL 141.98º 0.73% 0.27% -
HSV(B) 141.98º 0.84% 0.47% -
XYZ 7.7 13.86 6.01 -
YUV 82.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 19 120 56 0.84 0 0.53 0.53 141.98 0.73 0.27
Hex 13 78 38 54 0 35 35 8E 49 1B
Octal 23 170 70 124 0 65 65 216 111 33
Binary 10011 1111000 111000 1010100 0 110101 110101 10001110 1001001 11011

Color Harmonies of #137838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137838

Black with #137838

Text Example


Text Example

White with #137838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137838; }

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

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

background-color css

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

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

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

border-color css

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

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

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