#788028

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

Shades of Trendy Green #788028

Tints of Trendy Green #788028

Color information

#788028 (or 0x788028) is unknown color: approx Trendy Green. HEX triplet: 78, 80 and 28. RGB value is (120,128,40). Sum of RGB (Red+Green+Blue) = 120+128+40=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #788028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788028 is #877FD7. Grayscale: #737373. Windows color (decimal): -8880088 or 2654328. OLE color: 2654328.

HSL color Cylindrical-coordinate representation of color #788028: hue angle of 65.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #788028 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB12012840-
CMYK0.0600.690.50
HSL65.45º52.38%32.94%-
HSV(B)65.45º68.75%50.2%-
XYZ15.8519.584.95-
YUV115.5885.35131.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=41.67%
G=44.44%
B=13.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128400.0600.690.5065.4552.3832.94
Hex788028604532413421
Octal1702005060105621016441
Binary111100010000000101000110010001011100101000001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788028; }

 p { color: rgb(120,128,40); }

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

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

 a { background-color: rgb(120,128,40); }

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

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

 span { border-color: rgb(120,128,40); }

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