#788313

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

Shades of Trendy Green #788313

Tints of Trendy Green #788313

Color information

#788313 (or 0x788313) is unknown color: approx Trendy Green. HEX triplet: 78, 83 and 13. RGB value is (120,131,19). Sum of RGB (Red+Green+Blue) = 120+131+19=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #788313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788313 is #877CEC. Grayscale: #737373. Windows color (decimal): -8879341 or 1278840. OLE color: 1278840.

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

Color convert

RGB12013119-
CMYK0.0800.850.49
HSL65.89º74.67%29.41%-
HSV(B)65.89º85.5%51.37%-
XYZ15.9820.273.69-
YUV114.9473.86131.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=44.44%
G=48.52%
B=7.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120131190.0800.850.4965.8974.6729.41
Hex788313805531424b1d
Octal170203231001256110211335
Binary111100010000011100111000010101011100011000010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788313; }

 p { color: rgb(120,131,19); }

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

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

 a { background-color: rgb(120,131,19); }

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

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

 span { border-color: rgb(120,131,19); }

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