Html Css Color HEX #138936 Dark Spring Green

📋 copy color: '#138936'

red 19 ◦ green 137 ◦ blue 54

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

Shades of Dark Spring Green #138936

Tints of Dark Spring Green #138936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 9.05%
G = 65.24%
B = 25.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#138936 (or 0x138936) is known color: Dark Spring Green. HEX triplet: 13, 89 and 36. RGB value is (19,137,54). Sum of RGB (Red+Green+Blue) = 19+137+54=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #138936 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138936 is #EC76C9. Grayscale: #5C5C5C. Windows color (decimal): -15496906 or 3574035. OLE color: 3574035.

HSL color Cylindrical-coordinate representation of color #138936: hue angle of 137.8º 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 #138936 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 54 -
CMYK 0.86 0 0.61 0.46
HSL 137.8º 0.76% 0.31% -
HSV(B) 137.8º 0.86% 0.54% -
XYZ 9.88 18.3 6.5 -
YUV 92.26 106.41 75.75 -
System Red Green Blue C M Y K H S L
Decimal 19 137 54 0.86 0 0.61 0.46 137.8 0.76 0.31
Hex 13 89 36 56 0 3D 2E 8A 4C 1F
Octal 23 211 66 126 0 75 56 212 114 37
Binary 10011 10001001 110110 1010110 0 111101 101110 10001010 1001100 11111

Color Harmonies of #138936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138936

Black with #138936

Text Example


Text Example

White with #138936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138936; }

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

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

background-color css

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

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

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

border-color css

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

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

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