Html Css Color HEX #138835 Dark Spring Green

📋 copy color: '#138835'

red 19 ◦ green 136 ◦ blue 53

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

Shades of Dark Spring Green #138835

Tints of Dark Spring Green #138835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 65.38%

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

R = 9.13%
G = 65.38%
B = 25.48%

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

#138835 (or 0x138835) is known color: Dark Spring Green. HEX triplet: 13, 88 and 35. RGB value is (19,136,53). Sum of RGB (Red+Green+Blue) = 19+136+53=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 136 (53.52% from 255 or 65.38% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 136 - color contains mainly: green. Hex color #138835 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138835 is #EC77CA. Grayscale: #5B5B5B. Windows color (decimal): -15497163 or 3508243. OLE color: 3508243.

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

Color convert

RGB 19 136 53 -
CMYK 0.86 0 0.61 0.47
HSL 137.44º 0.75% 0.3% -
HSV(B) 137.44º 0.86% 0.53% -
XYZ 9.72 18 6.33 -
YUV 91.56 106.24 76.25 -
System Red Green Blue C M Y K H S L
Decimal 19 136 53 0.86 0 0.61 0.47 137.44 0.75 0.3
Hex 13 88 35 56 0 3D 2F 89 4B 1E
Octal 23 210 65 126 0 75 57 211 113 36
Binary 10011 10001000 110101 1010110 0 111101 101111 10001001 1001011 11110

Color Harmonies of #138835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138835

Black with #138835

Text Example


Text Example

White with #138835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138835; }

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

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

background-color css

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

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

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

border-color css

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

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

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