Html Css Color HEX #138935 Dark Spring Green

📋 copy color: '#138935'

red 19 ◦ green 137 ◦ blue 53

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

Shades of Dark Spring Green #138935

Tints of Dark Spring Green #138935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 9.09%
G = 65.55%
B = 25.36%

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

#138935 (or 0x138935) is known color: Dark Spring Green. HEX triplet: 13, 89 and 35. RGB value is (19,137,53). Sum of RGB (Red+Green+Blue) = 19+137+53=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #138935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138935 is #EC76CA. Grayscale: #5C5C5C. Windows color (decimal): -15496907 or 3508499. OLE color: 3508499.

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

Color convert

RGB 19 137 53 -
CMYK 0.86 0 0.61 0.46
HSL 137.29º 0.76% 0.31% -
HSV(B) 137.29º 0.86% 0.54% -
XYZ 9.86 18.29 6.38 -
YUV 92.14 105.91 75.83 -
System Red Green Blue C M Y K H S L
Decimal 19 137 53 0.86 0 0.61 0.46 137.29 0.76 0.31
Hex 13 89 35 56 0 3D 2E 89 4C 1F
Octal 23 211 65 126 0 75 56 211 114 37
Binary 10011 10001001 110101 1010110 0 111101 101110 10001001 1001100 11111

Color Harmonies of #138935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138935

Black with #138935

Text Example


Text Example

White with #138935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138935; }

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

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

background-color css

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

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

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

border-color css

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

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

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