#71802E

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

Shades of Trendy Green #71802E

Tints of Trendy Green #71802E

Color information

#71802E (or 0x71802E) is unknown color: approx Trendy Green. HEX triplet: 71, 80 and 2E. RGB value is (113,128,46). Sum of RGB (Red+Green+Blue) = 113+128+46=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #71802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71802E is #8E7FD1. Grayscale: #727272. Windows color (decimal): -9338834 or 3047537. OLE color: 3047537.

HSL color Cylindrical-coordinate representation of color #71802E: hue angle of 70.98º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71802E is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB11312846-
CMYK0.1200.640.50
HSL70.98º47.13%34.12%-
HSV(B)70.98º64.06%50.2%-
XYZ15.0219.155.49-
YUV114.1789.53127.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=39.37%
G=44.60%
B=16.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128460.1200.640.5070.9847.1334.12
Hex71802EC04032472f22
Octal16120056140100621075742
Binary1110001100000001011101100010000001100101000111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71802E; }

 p { color: rgb(113,128,46); }

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

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

 a { background-color: rgb(113,128,46); }

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

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

 span { border-color: rgb(113,128,46); }

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