Html Css Color HEX #718032 Rain Forest

📋 copy color: '#718032'

red 113 ◦ green 128 ◦ blue 50

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

Shades of Rain Forest #718032

Tints of Rain Forest #718032

RGB

 RED value IS 113 (44.53% from 255) = 38.83%

 GREEN value IS 128 (50.39% from 255) = 43.99%

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

R = 38.83%
G = 43.99%
B = 17.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#718032 (or 0x718032) is known color: Rain Forest. HEX triplet: 71, 80 and 32. RGB value is (113,128,50). Sum of RGB (Red+Green+Blue) = 113+128+50=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #718032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718032 is #8E7FCD. Grayscale: #727272. Windows color (decimal): -9338830 or 3309681. OLE color: 3309681.

HSL color Cylindrical-coordinate representation of color #718032: hue angle of 71.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #718032 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 50 -
CMYK 0.12 0 0.61 0.50
HSL 71.54º 0.44% 0.35% -
HSV(B) 71.54º 0.61% 0.5% -
XYZ 15.1 19.18 5.92 -
YUV 114.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 113 128 50 0.12 0 0.61 0.50 71.54 0.44 0.35
Hex 71 80 32 C 0 3D 32 48 2C 23
Octal 161 200 62 14 0 75 62 110 54 43
Binary 1110001 10000000 110010 1100 0 111101 110010 1001000 101100 100011

Color Harmonies of #718032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718032

Black with #718032

Text Example


Text Example

White with #718032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718032; }

 p { color: rgb(113,128,50); }

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

background-color css

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

 a { background-color: rgb(113,128,50); }

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

border-color css

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

 span { border-color: rgb(113,128,50); }

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