#50780C

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

Shades of Fiji Green #50780C

Tints of Fiji Green #50780C

Color information

#50780C (or 0x50780C) is unknown color: approx Fiji Green. HEX triplet: 50, 78 and 0C. RGB value is (80,120,12). Sum of RGB (Red+Green+Blue) = 80+120+12=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #50780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50780C is #AF87F3. Grayscale: #606060. Windows color (decimal): -11503604 or 817232. OLE color: 817232.

HSL color Cylindrical-coordinate representation of color #50780C: hue angle of 82.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50780C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB8012012-
CMYK0.3300.900.53
HSL82.22º81.82%25.88%-
HSV(B)82.22º90%47.06%-
XYZ10.0915.162.74-
YUV95.7380.75116.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=37.74%
G=56.60%
B=5.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120120.3300.900.5382.2281.8225.88
Hex5078C2105A3552521a
Octal120170144101326512212232
Binary101000011110001100100001010110101101011010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50780C; }

 p { color: rgb(80,120,12); }

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

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

 a { background-color: rgb(80,120,12); }

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

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

 span { border-color: rgb(80,120,12); }

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