#788226

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

Shades of Trendy Green #788226

Tints of Trendy Green #788226

Color information

#788226 (or 0x788226) is unknown color: approx Trendy Green. HEX triplet: 78, 82 and 26. RGB value is (120,130,38). Sum of RGB (Red+Green+Blue) = 120+130+38=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #788226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788226 is #877DD9. Grayscale: #747474. Windows color (decimal): -8879578 or 2523768. OLE color: 2523768.

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

Color convert

RGB12013038-
CMYK0.0800.710.49
HSL66.52º54.76%32.94%-
HSV(B)66.52º70.77%50.98%-
XYZ16.0820.14.87-
YUV116.5283.69130.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 38 (15.23% from 255) = 13.19%
R=41.67%
G=45.14%
B=13.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120130380.0800.710.4966.5254.7632.94
Hex788226804731433721
Octal17020246100107611036741
Binary1111000100000101001101000010001111100011000011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788226; }

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

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

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

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

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

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

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

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