#52720C

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

Shades of Fiji Green #52720C

Tints of Fiji Green #52720C

Color information

#52720C (or 0x52720C) is unknown color: approx Fiji Green. HEX triplet: 52, 72 and 0C. RGB value is (82,114,12). Sum of RGB (Red+Green+Blue) = 82+114+12=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #52720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52720C is #AD8DF3. Grayscale: #5D5D5D. Windows color (decimal): -11374068 or 815698. OLE color: 815698.

HSL color Cylindrical-coordinate representation of color #52720C: hue angle of 78.82º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52720C is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB8211412-
CMYK0.2800.890.55
HSL78.82º80.95%24.71%-
HSV(B)78.82º89.47%44.71%-
XYZ9.5613.862.52-
YUV92.882.4120.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=39.42%
G=54.81%
B=5.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114120.2800.890.5578.8280.9524.71
Hex5272C1C059374f5119
Octal122162143401316711712131
Binary10100101110010110011100010110011101111001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,114,12); }

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

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

 a { background-color: rgb(82,114,12); }

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

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

 span { border-color: rgb(82,114,12); }

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