Html Css Color HEX #72A052 Asparagus

📋 copy color: '#72A052'

red 114 ◦ green 160 ◦ blue 82

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

Shades of Asparagus #72A052

Tints of Asparagus #72A052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 32.02%
G = 44.94%
B = 23.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#72A052 (or 0x72A052) is known color: Asparagus. HEX triplet: 72, A0 and 52. RGB value is (114,160,82). Sum of RGB (Red+Green+Blue) = 114+160+82=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #72A052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A052 is #8D5FAD. Grayscale: #898989. Windows color (decimal): -9265070 or 5415026. OLE color: 5415026.

HSL color Cylindrical-coordinate representation of color #72A052: hue angle of 95.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72A052 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 160 82 -
CMYK 0.29 0 0.49 0.37
HSL 95.38º 0.32% 0.47% -
HSV(B) 95.38º 0.49% 0.63% -
XYZ 21.03 29.33 12.53 -
YUV 137.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 114 160 82 0.29 0 0.49 0.37 95.38 0.32 0.47
Hex 72 A0 52 1D 0 31 25 5F 20 2F
Octal 162 240 122 35 0 61 45 137 40 57
Binary 1110010 10100000 1010010 11101 0 110001 100101 1011111 100000 101111

Color Harmonies of #72A052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A052

Black with #72A052

Text Example


Text Example

White with #72A052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,160,82); }

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

background-color css

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

 a { background-color: rgb(114,160,82); }

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

border-color css

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

 span { border-color: rgb(114,160,82); }

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