Html Css Color HEX #138735 Dark Spring Green

📋 copy color: '#138735'

red 19 ◦ green 135 ◦ blue 53

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

Shades of Dark Spring Green #138735

Tints of Dark Spring Green #138735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 65.22%

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

R = 9.18%
G = 65.22%
B = 25.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#138735 (or 0x138735) is known color: Dark Spring Green. HEX triplet: 13, 87 and 35. RGB value is (19,135,53). Sum of RGB (Red+Green+Blue) = 19+135+53=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #138735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138735 is #EC78CA. Grayscale: #5B5B5B. Windows color (decimal): -15497419 or 3507987. OLE color: 3507987.

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

Color convert

RGB 19 135 53 -
CMYK 0.86 0 0.61 0.47
HSL 137.59º 0.75% 0.3% -
HSV(B) 137.59º 0.86% 0.53% -
XYZ 9.58 17.72 6.28 -
YUV 90.97 106.57 76.67 -
System Red Green Blue C M Y K H S L
Decimal 19 135 53 0.86 0 0.61 0.47 137.59 0.75 0.3
Hex 13 87 35 56 0 3D 2F 8A 4B 1E
Octal 23 207 65 126 0 75 57 212 113 36
Binary 10011 10000111 110101 1010110 0 111101 101111 10001010 1001011 11110

Color Harmonies of #138735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138735

Black with #138735

Text Example


Text Example

White with #138735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138735; }

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

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

background-color css

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

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

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

border-color css

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

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

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