Html Css Color HEX #718350 Willow Grove

📋 copy color: '#718350'

red 113 ◦ green 131 ◦ blue 80

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

Shades of Willow Grove #718350

Tints of Willow Grove #718350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 34.88%
G = 40.43%
B = 24.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#718350 (or 0x718350) is known color: Willow Grove. HEX triplet: 71, 83 and 50. RGB value is (113,131,80). Sum of RGB (Red+Green+Blue) = 113+131+80=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #718350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718350 is #8E7CAF. Grayscale: #777777. Windows color (decimal): -9338032 or 5276529. OLE color: 5276529.

HSL color Cylindrical-coordinate representation of color #718350: hue angle of 81.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718350 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 80 -
CMYK 0.14 0 0.39 0.49
HSL 81.18º 0.24% 0.41% -
HSV(B) 81.18º 0.39% 0.51% -
XYZ 16.37 20.32 10.65 -
YUV 119.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 113 131 80 0.14 0 0.39 0.49 81.18 0.24 0.41
Hex 71 83 50 E 0 27 31 51 18 29
Octal 161 203 120 16 0 47 61 121 30 51
Binary 1110001 10000011 1010000 1110 0 100111 110001 1010001 11000 101001

Color Harmonies of #718350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718350

Black with #718350

Text Example


Text Example

White with #718350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718350; }

 p { color: rgb(113,131,80); }

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

background-color css

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

 a { background-color: rgb(113,131,80); }

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

border-color css

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

 span { border-color: rgb(113,131,80); }

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