Html Css Color HEX #138337 Dark Spring Green

📋 copy color: '#138337'

red 19 ◦ green 131 ◦ blue 55

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

Shades of Dark Spring Green #138337

Tints of Dark Spring Green #138337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.9%

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

R = 9.27%
G = 63.9%
B = 26.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#138337 (or 0x138337) is known color: Dark Spring Green. HEX triplet: 13, 83 and 37. RGB value is (19,131,55). Sum of RGB (Red+Green+Blue) = 19+131+55=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #138337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138337 is #EC7CC8. Grayscale: #595959. Windows color (decimal): -15498441 or 3638035. OLE color: 3638035.

HSL color Cylindrical-coordinate representation of color #138337: hue angle of 139.29º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138337 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 55 -
CMYK 0.85 0 0.58 0.49
HSL 139.29º 0.75% 0.29% -
HSV(B) 139.29º 0.85% 0.51% -
XYZ 9.07 16.65 6.35 -
YUV 88.85 108.89 78.18 -
System Red Green Blue C M Y K H S L
Decimal 19 131 55 0.85 0 0.58 0.49 139.29 0.75 0.29
Hex 13 83 37 55 0 3A 31 8B 4B 1D
Octal 23 203 67 125 0 72 61 213 113 35
Binary 10011 10000011 110111 1010101 0 111010 110001 10001011 1001011 11101

Color Harmonies of #138337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138337

Black with #138337

Text Example


Text Example

White with #138337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138337; }

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

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

background-color css

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

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

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

border-color css

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

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

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