Html Css Color HEX #137538 Dark Spring Green

📋 copy color: '#137538'

red 19 ◦ green 117 ◦ blue 56

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

Shades of Dark Spring Green #137538

Tints of Dark Spring Green #137538

RGB

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

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

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

R = 9.9%
G = 60.94%
B = 29.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#137538 (or 0x137538) is known color: Dark Spring Green. HEX triplet: 13, 75 and 38. RGB value is (19,117,56). Sum of RGB (Red+Green+Blue) = 19+117+56=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #137538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137538 is #EC8AC7. Grayscale: #505050. Windows color (decimal): -15502024 or 3699987. OLE color: 3699987.

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

Color convert

RGB 19 117 56 -
CMYK 0.84 0 0.52 0.54
HSL 142.65º 0.72% 0.27% -
HSV(B) 142.65º 0.84% 0.46% -
XYZ 7.34 13.15 5.89 -
YUV 80.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 19 117 56 0.84 0 0.52 0.54 142.65 0.72 0.27
Hex 13 75 38 54 0 34 36 8F 48 1B
Octal 23 165 70 124 0 64 66 217 110 33
Binary 10011 1110101 111000 1010100 0 110100 110110 10001111 1001000 11011

Color Harmonies of #137538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137538

Black with #137538

Text Example


Text Example

White with #137538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137538; }

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

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

background-color css

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

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

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

border-color css

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

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

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