#709248

Color #709248 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #709248

Tints of Asparagus #709248

Color information

#709248 (or 0x709248) is unknown color: approx Asparagus. HEX triplet: 70, 92 and 48. RGB value is (112,146,72). Sum of RGB (Red+Green+Blue) = 112+146+72=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #709248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709248 is #8F6DB7. Grayscale: #7F7F7F. Windows color (decimal): -9399736 or 4756080. OLE color: 4756080.

HSL color Cylindrical-coordinate representation of color #709248: hue angle of 87.57º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709248 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB11214672-
CMYK0.2300.510.43
HSL87.57º33.94%42.75%-
HSV(B)87.57º50.68%57.25%-
XYZ18.1324.479.9-
YUV127.496.74117.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=33.94%
G=44.24%
B=21.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146720.2300.510.4387.5733.9442.75
Hex709248170332B58222b
Octal16022211027063531304253
Binary11100001001001010010001011101100111010111011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709248; }

 p { color: rgb(112,146,72); }

 H1.HeaderClassName
 {
   color: #709248;
 }
 .AnyTagClassName
 {
   color: #709248;
 }
</style>
background-color css

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

 a { background-color: rgb(112,146,72); }

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

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

 span { border-color: rgb(112,146,72); }

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