Html Css Color HEX #137542 Dark Spring Green

📋 copy color: '#137542'

red 19 ◦ green 117 ◦ blue 66

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

Shades of Dark Spring Green #137542

Tints of Dark Spring Green #137542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

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

R = 9.41%
G = 57.92%
B = 32.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#137542 (or 0x137542) is known color: Dark Spring Green. HEX triplet: 13, 75 and 42. RGB value is (19,117,66). Sum of RGB (Red+Green+Blue) = 19+117+66=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #137542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137542 is #EC8ABD. Grayscale: #515151. Windows color (decimal): -15502014 or 4355347. OLE color: 4355347.

HSL color Cylindrical-coordinate representation of color #137542: hue angle of 148.78º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137542 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 66 -
CMYK 0.84 0 0.44 0.54
HSL 148.78º 0.72% 0.27% -
HSV(B) 148.78º 0.84% 0.46% -
XYZ 7.61 13.25 7.31 -
YUV 81.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 19 117 66 0.84 0 0.44 0.54 148.78 0.72 0.27
Hex 13 75 42 54 0 2C 36 95 48 1B
Octal 23 165 102 124 0 54 66 225 110 33
Binary 10011 1110101 1000010 1010100 0 101100 110110 10010101 1001000 11011

Color Harmonies of #137542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137542

Black with #137542

Text Example


Text Example

White with #137542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137542; }

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

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

background-color css

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

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

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

border-color css

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

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

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