#52780E

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

Shades of Fiji Green #52780E

Tints of Fiji Green #52780E

Color information

#52780E (or 0x52780E) is unknown color: approx Fiji Green. HEX triplet: 52, 78 and 0E. RGB value is (82,120,14). Sum of RGB (Red+Green+Blue) = 82+120+14=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #52780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52780E is #AD87F1. Grayscale: #606060. Windows color (decimal): -11372530 or 948306. OLE color: 948306.

HSL color Cylindrical-coordinate representation of color #52780E: hue angle of 81.51º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52780E is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB8212014-
CMYK0.3200.880.53
HSL81.51º79.1%26.27%-
HSV(B)81.51º88.33%47.06%-
XYZ10.2815.262.82-
YUV96.5581.41117.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=37.96%
G=55.56%
B=6.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120140.3200.880.5381.5179.126.27
Hex5278E2005835524f1a
Octal122170164001306512211732
Binary101001011110001110100000010110001101011010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52780E; }

 p { color: rgb(82,120,14); }

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

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

 a { background-color: rgb(82,120,14); }

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

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

 span { border-color: rgb(82,120,14); }

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