#52780F

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

Shades of Fiji Green #52780F

Tints of Fiji Green #52780F

Color information

#52780F (or 0x52780F) is unknown color: approx Fiji Green. HEX triplet: 52, 78 and 0F. RGB value is (82,120,15). Sum of RGB (Red+Green+Blue) = 82+120+15=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #52780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52780F is #AD87F0. Grayscale: #616161. Windows color (decimal): -11372529 or 1013842. OLE color: 1013842.

HSL color Cylindrical-coordinate representation of color #52780F: hue angle of 81.71º degrees, saturation: 0.78, 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 #52780F is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB8212015-
CMYK0.3200.870.53
HSL81.71º77.78%26.47%-
HSV(B)81.71º87.5%47.06%-
XYZ10.2815.262.86-
YUV96.6781.91117.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=37.79%
G=55.30%
B=6.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120150.3200.870.5381.7177.7826.47
Hex5278F2005735524e1a
Octal122170174001276512211632
Binary101001011110001111100000010101111101011010010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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