Html Css Color HEX #137539 Dark Spring Green

📋 copy color: '#137539'

red 19 ◦ green 117 ◦ blue 57

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

Shades of Dark Spring Green #137539

Tints of Dark Spring Green #137539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 9.84%
G = 60.62%
B = 29.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#137539 (or 0x137539) is known color: Dark Spring Green. HEX triplet: 13, 75 and 39. RGB value is (19,117,57). Sum of RGB (Red+Green+Blue) = 19+117+57=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #137539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137539 is #EC8AC6. Grayscale: #515151. Windows color (decimal): -15502023 or 3765523. OLE color: 3765523.

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

Color convert

RGB 19 117 57 -
CMYK 0.84 0 0.51 0.54
HSL 143.27º 0.72% 0.27% -
HSV(B) 143.27º 0.84% 0.46% -
XYZ 7.37 13.16 6.02 -
YUV 80.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 19 117 57 0.84 0 0.51 0.54 143.27 0.72 0.27
Hex 13 75 39 54 0 33 36 8F 48 1B
Octal 23 165 71 124 0 63 66 217 110 33
Binary 10011 1110101 111001 1010100 0 110011 110110 10001111 1001000 11011

Color Harmonies of #137539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137539

Black with #137539

Text Example


Text Example

White with #137539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137539; }

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

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

background-color css

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

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

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

border-color css

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

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

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