Html Css Color HEX #138939 Dark Spring Green

📋 copy color: '#138939'

red 19 ◦ green 137 ◦ blue 57

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

Shades of Dark Spring Green #138939

Tints of Dark Spring Green #138939

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.32%

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

R = 8.92%
G = 64.32%
B = 26.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#138939 (or 0x138939) is known color: Dark Spring Green. HEX triplet: 13, 89 and 39. RGB value is (19,137,57). Sum of RGB (Red+Green+Blue) = 19+137+57=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #138939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138939 is #EC76C6. Grayscale: #5C5C5C. Windows color (decimal): -15496903 or 3770643. OLE color: 3770643.

HSL color Cylindrical-coordinate representation of color #138939: hue angle of 139.32º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138939 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 57 -
CMYK 0.86 0 0.58 0.46
HSL 139.32º 0.76% 0.31% -
HSV(B) 139.32º 0.86% 0.54% -
XYZ 9.95 18.33 6.88 -
YUV 92.6 107.91 75.5 -
System Red Green Blue C M Y K H S L
Decimal 19 137 57 0.86 0 0.58 0.46 139.32 0.76 0.31
Hex 13 89 39 56 0 3A 2E 8B 4C 1F
Octal 23 211 71 126 0 72 56 213 114 37
Binary 10011 10001001 111001 1010110 0 111010 101110 10001011 1001100 11111

Color Harmonies of #138939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138939

Black with #138939

Text Example


Text Example

White with #138939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138939; }

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

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

background-color css

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

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

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

border-color css

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

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

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