#71821A

Color #71821A Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #71821A

Tints of Trendy Green #71821A

Color information

#71821A (or 0x71821A) is unknown color: approx Trendy Green. HEX triplet: 71, 82 and 1A. RGB value is (113,130,26). Sum of RGB (Red+Green+Blue) = 113+130+26=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #71821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71821A is #8E7DE5. Grayscale: #717171. Windows color (decimal): -9338342 or 1737329. OLE color: 1737329.

HSL color Cylindrical-coordinate representation of color #71821A: hue angle of 69.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71821A is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB11313026-
CMYK0.1300.80.49
HSL69.81º66.67%30.59%-
HSV(B)69.81º80%50.98%-
XYZ14.9819.553.96-
YUV113.0678.87127.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=42.01%
G=48.33%
B=9.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130260.1300.80.4969.8166.6730.59
Hex71821AD0503146431f
Octal161202321501206110610337
Binary111000110000010110101101010100001100011000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71821A; }

 p { color: rgb(113,130,26); }

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

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

 a { background-color: rgb(113,130,26); }

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

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

 span { border-color: rgb(113,130,26); }

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