Html Css Color HEX #139532 Forest Green

📋 copy color: '#139532'

red 19 ◦ green 149 ◦ blue 50

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

Shades of Forest Green #139532

Tints of Forest Green #139532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 8.72%
G = 68.35%
B = 22.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#139532 (or 0x139532) is known color: Forest Green. HEX triplet: 13, 95 and 32. RGB value is (19,149,50). Sum of RGB (Red+Green+Blue) = 19+149+50=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #139532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139532 is #EC6ACD. Grayscale: #636363. Windows color (decimal): -15493838 or 3314963. OLE color: 3314963.

HSL color Cylindrical-coordinate representation of color #139532: hue angle of 134.31º 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 #139532 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 50 -
CMYK 0.87 0 0.66 0.42
HSL 134.31º 0.77% 0.33% -
HSV(B) 134.31º 0.87% 0.58% -
XYZ 11.59 21.86 6.63 -
YUV 98.84 100.43 71.05 -
System Red Green Blue C M Y K H S L
Decimal 19 149 50 0.87 0 0.66 0.42 134.31 0.77 0.33
Hex 13 95 32 57 0 42 2A 86 4D 21
Octal 23 225 62 127 0 102 52 206 115 41
Binary 10011 10010101 110010 1010111 0 1000010 101010 10000110 1001101 100001

Color Harmonies of #139532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139532

Black with #139532

Text Example


Text Example

White with #139532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139532; }

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

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

background-color css

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

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

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

border-color css

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

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

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