#52780D

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

Shades of Fiji Green #52780D

Tints of Fiji Green #52780D

Color information

#52780D (or 0x52780D) is unknown color: approx Fiji Green. HEX triplet: 52, 78 and 0D. RGB value is (82,120,13). Sum of RGB (Red+Green+Blue) = 82+120+13=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #52780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52780D is #AD87F2. Grayscale: #606060. Windows color (decimal): -11372531 or 882770. OLE color: 882770.

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

Color convert

RGB8212013-
CMYK0.3200.890.53
HSL81.31º80.45%26.08%-
HSV(B)81.31º89.17%47.06%-
XYZ10.2715.262.78-
YUV96.4480.91117.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=38.14%
G=55.81%
B=6.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120130.3200.890.5381.3180.4526.08
Hex5278D200593551501a
Octal122170154001316512112032
Binary101001011110001101100000010110011101011010001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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