Html Css Color HEX #728350 Willow Grove

📋 copy color: '#728350'

red 114 ◦ green 131 ◦ blue 80

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

Shades of Willow Grove #728350

Tints of Willow Grove #728350

RGB

 RED value IS 114 (44.92% from 255) = 35.08%

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

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

R = 35.08%
G = 40.31%
B = 24.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#728350 (or 0x728350) is known color: Willow Grove. HEX triplet: 72, 83 and 50. RGB value is (114,131,80). Sum of RGB (Red+Green+Blue) = 114+131+80=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #728350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728350 is #8D7CAF. Grayscale: #787878. Windows color (decimal): -9272496 or 5276530. OLE color: 5276530.

HSL color Cylindrical-coordinate representation of color #728350: hue angle of 80º 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 #728350 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 80 -
CMYK 0.13 0 0.39 0.49
HSL 80º 0.24% 0.41% -
HSV(B) 80º 0.39% 0.51% -
XYZ 16.5 20.39 10.66 -
YUV 120.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 114 131 80 0.13 0 0.39 0.49 80 0.24 0.41
Hex 72 83 50 D 0 27 31 50 18 29
Octal 162 203 120 15 0 47 61 120 30 51
Binary 1110010 10000011 1010000 1101 0 100111 110001 1010000 11000 101001

Color Harmonies of #728350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728350

Black with #728350

Text Example


Text Example

White with #728350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728350; }

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

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

background-color css

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

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

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

border-color css

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

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

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