#788228

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

Shades of Trendy Green #788228

Tints of Trendy Green #788228

Color information

#788228 (or 0x788228) is unknown color: approx Trendy Green. HEX triplet: 78, 82 and 28. RGB value is (120,130,40). Sum of RGB (Red+Green+Blue) = 120+130+40=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #788228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788228 is #877DD7. Grayscale: #757575. Windows color (decimal): -8879576 or 2654840. OLE color: 2654840.

HSL color Cylindrical-coordinate representation of color #788228: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #788228 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB12013040-
CMYK0.0800.690.49
HSL66.67º52.94%33.33%-
HSV(B)66.67º69.23%50.98%-
XYZ16.1120.115.04-
YUV116.7584.69130.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=41.38%
G=44.83%
B=13.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120130400.0800.690.4966.6752.9433.33
Hex788228804531433521
Octal17020250100105611036541
Binary1111000100000101010001000010001011100011000011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788228; }

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

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

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

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

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

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

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

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