#809013

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

Shades of Trendy Green #809013

Tints of Trendy Green #809013

Color information

#809013 (or 0x809013) is unknown color: approx Trendy Green. HEX triplet: 80, 90 and 13. RGB value is (128,144,19). Sum of RGB (Red+Green+Blue) = 128+144+19=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #809013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809013 is #7F6FEC. Grayscale: #7D7D7D. Windows color (decimal): -8351725 or 1282176. OLE color: 1282176.

HSL color Cylindrical-coordinate representation of color #809013: hue angle of 67.68º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #809013 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB12814419-
CMYK0.1100.870.44
HSL67.68º76.69%31.96%-
HSV(B)67.68º86.81%56.47%-
XYZ18.9924.584.36-
YUV124.9768.2130.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 144 (56.64% from 255) = 49.48%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=43.99%
G=49.48%
B=6.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144190.1100.870.4467.6876.6931.96
Hex809013B0572C444d20
Octal200220231301275410411540
Binary10000000100100001001110110101011110110010001001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809013; }

 p { color: rgb(128,144,19); }

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

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

 a { background-color: rgb(128,144,19); }

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

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

 span { border-color: rgb(128,144,19); }

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