Html Css Color HEX #139535 Forest Green

📋 copy color: '#139535'

red 19 ◦ green 149 ◦ blue 53

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

Shades of Forest Green #139535

Tints of Forest Green #139535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.42%

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

R = 8.6%
G = 67.42%
B = 23.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#139535 (or 0x139535) is known color: Forest Green. HEX triplet: 13, 95 and 35. RGB value is (19,149,53). Sum of RGB (Red+Green+Blue) = 19+149+53=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #139535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139535 is #EC6ACA. Grayscale: #636363. Windows color (decimal): -15493835 or 3511571. OLE color: 3511571.

HSL color Cylindrical-coordinate representation of color #139535: hue angle of 135.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139535 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 53 -
CMYK 0.87 0 0.64 0.42
HSL 135.69º 0.77% 0.33% -
HSV(B) 135.69º 0.87% 0.58% -
XYZ 11.66 21.89 6.98 -
YUV 99.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 19 149 53 0.87 0 0.64 0.42 135.69 0.77 0.33
Hex 13 95 35 57 0 40 2A 88 4D 21
Octal 23 225 65 127 0 100 52 210 115 41
Binary 10011 10010101 110101 1010111 0 1000000 101010 10001000 1001101 100001

Color Harmonies of #139535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139535

Black with #139535

Text Example


Text Example

White with #139535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139535; }

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

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

background-color css

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

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

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

border-color css

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

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

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