#808130

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

Shades of Trendy Green #808130

Tints of Trendy Green #808130

Color information

#808130 (or 0x808130) is unknown color: approx Trendy Green. HEX triplet: 80, 81 and 30. RGB value is (128,129,48). Sum of RGB (Red+Green+Blue) = 128+129+48=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #808130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808130 is #7F7ECF. Grayscale: #777777. Windows color (decimal): -8355536 or 3178880. OLE color: 3178880.

HSL color Cylindrical-coordinate representation of color #808130: hue angle of 60.74º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808130 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB12812948-
CMYK0.0100.630.49
HSL60.74º45.76%34.71%-
HSV(B)60.74º62.79%50.59%-
XYZ17.2920.55.84-
YUV119.4787.67134.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=41.97%
G=42.30%
B=15.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129480.0100.630.4960.7445.7634.71
Hex808130103F313d2e23
Octal20020160107761755643
Binary100000001000000111000010111111110001111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808130; }

 p { color: rgb(128,129,48); }

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

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

 a { background-color: rgb(128,129,48); }

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

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

 span { border-color: rgb(128,129,48); }

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