Html Css Color HEX #70A352 Asparagus

📋 copy color: '#70A352'

red 112 ◦ green 163 ◦ blue 82

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

Shades of Asparagus #70A352

Tints of Asparagus #70A352

RGB

 RED value IS 112 (44.14% from 255) = 31.37%

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

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

R = 31.37%
G = 45.66%
B = 22.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#70A352 (or 0x70A352) is known color: Asparagus. HEX triplet: 70, A3 and 52. RGB value is (112,163,82). Sum of RGB (Red+Green+Blue) = 112+163+82=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #70A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A352 is #8F5CAD. Grayscale: #8A8A8A. Windows color (decimal): -9395374 or 5415792. OLE color: 5415792.

HSL color Cylindrical-coordinate representation of color #70A352: hue angle of 97.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A352 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 82 -
CMYK 0.31 0 0.50 0.36
HSL 97.78º 0.33% 0.48% -
HSV(B) 97.78º 0.5% 0.64% -
XYZ 21.3 30.25 12.7 -
YUV 138.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 112 163 82 0.31 0 0.50 0.36 97.78 0.33 0.48
Hex 70 A3 52 1F 0 32 24 62 21 30
Octal 160 243 122 37 0 62 44 142 41 60
Binary 1110000 10100011 1010010 11111 0 110010 100100 1100010 100001 110000

Color Harmonies of #70A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A352

Black with #70A352

Text Example


Text Example

White with #70A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A352; }

 p { color: rgb(112,163,82); }

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

background-color css

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

 a { background-color: rgb(112,163,82); }

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

border-color css

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

 span { border-color: rgb(112,163,82); }

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