#71954C

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

Shades of Asparagus #71954C

Tints of Asparagus #71954C

Color information

#71954C (or 0x71954C) is unknown color: approx Asparagus. HEX triplet: 71, 95 and 4C. RGB value is (113,149,76). Sum of RGB (Red+Green+Blue) = 113+149+76=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #71954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71954C is #8E6AB3. Grayscale: #828282. Windows color (decimal): -9333428 or 5018993. OLE color: 5018993.

HSL color Cylindrical-coordinate representation of color #71954C: hue angle of 89.59º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71954C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB11314976-
CMYK0.2400.490.42
HSL89.59º32.44%44.12%-
HSV(B)89.59º48.99%58.43%-
XYZ18.8625.5310.77-
YUV129.9197.57115.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=33.43%
G=44.08%
B=22.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149760.2400.490.4289.5932.4444.12
Hex71954C180312A5a202c
Octal16122511430061521324054
Binary11100011001010110011001100001100011010101011010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71954C; }

 p { color: rgb(113,149,76); }

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

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

 a { background-color: rgb(113,149,76); }

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

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

 span { border-color: rgb(113,149,76); }

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