Html Css Color HEX #72A350 Asparagus

📋 copy color: '#72A350'

red 114 ◦ green 163 ◦ blue 80

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

Shades of Asparagus #72A350

Tints of Asparagus #72A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.66%

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

R = 31.93%
G = 45.66%
B = 22.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#72A350 (or 0x72A350) is known color: Asparagus. HEX triplet: 72, A3 and 50. RGB value is (114,163,80). Sum of RGB (Red+Green+Blue) = 114+163+80=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #72A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A350 is #8D5CAF. Grayscale: #8B8B8B. Windows color (decimal): -9264304 or 5284722. OLE color: 5284722.

HSL color Cylindrical-coordinate representation of color #72A350: hue angle of 95.42º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72A350 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 163 80 -
CMYK 0.30 0 0.51 0.36
HSL 95.42º 0.34% 0.48% -
HSV(B) 95.42º 0.51% 0.64% -
XYZ 21.48 30.35 12.32 -
YUV 138.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 114 163 80 0.30 0 0.51 0.36 95.42 0.34 0.48
Hex 72 A3 50 1E 0 33 24 5F 22 30
Octal 162 243 120 36 0 63 44 137 42 60
Binary 1110010 10100011 1010000 11110 0 110011 100100 1011111 100010 110000

Color Harmonies of #72A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A350

Black with #72A350

Text Example


Text Example

White with #72A350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A350; }

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

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

background-color css

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

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

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

border-color css

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

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

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