Html Css Color HEX #138637 Dark Spring Green

📋 copy color: '#138637'

red 19 ◦ green 134 ◦ blue 55

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

Shades of Dark Spring Green #138637

Tints of Dark Spring Green #138637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 64.42%

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 9.13%
G = 64.42%
B = 26.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#138637 (or 0x138637) is known color: Dark Spring Green. HEX triplet: 13, 86 and 37. RGB value is (19,134,55). Sum of RGB (Red+Green+Blue) = 19+134+55=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #138637 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138637 is #EC79C8. Grayscale: #5A5A5A. Windows color (decimal): -15497673 or 3638803. OLE color: 3638803.

HSL color Cylindrical-coordinate representation of color #138637: hue angle of 138.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138637 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 55 -
CMYK 0.86 0 0.59 0.47
HSL 138.78º 0.75% 0.3% -
HSV(B) 138.78º 0.86% 0.53% -
XYZ 9.48 17.46 6.49 -
YUV 90.61 107.9 76.92 -
System Red Green Blue C M Y K H S L
Decimal 19 134 55 0.86 0 0.59 0.47 138.78 0.75 0.3
Hex 13 86 37 56 0 3B 2F 8B 4B 1E
Octal 23 206 67 126 0 73 57 213 113 36
Binary 10011 10000110 110111 1010110 0 111011 101111 10001011 1001011 11110

Color Harmonies of #138637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138637

Black with #138637

Text Example


Text Example

White with #138637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138637; }

 p { color: rgb(19,134,55); }

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

background-color css

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

 a { background-color: rgb(19,134,55); }

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

border-color css

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

 span { border-color: rgb(19,134,55); }

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