#52790A

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

Shades of Fiji Green #52790A

Tints of Fiji Green #52790A

Color information

#52790A (or 0x52790A) is unknown color: approx Fiji Green. HEX triplet: 52, 79 and 0A. RGB value is (82,121,10). Sum of RGB (Red+Green+Blue) = 82+121+10=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #52790A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52790A is #AD86F5. Grayscale: #616161. Windows color (decimal): -11372278 or 686418. OLE color: 686418.

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

Color convert

RGB8212110-
CMYK0.3200.920.53
HSL81.08º84.73%25.69%-
HSV(B)81.08º91.74%47.45%-
XYZ10.3715.492.73-
YUV96.6879.08117.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 121 (47.66% from 255) = 56.81%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=38.50%
G=56.81%
B=4.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82121100.3200.920.5381.0884.7325.69
Hex5279A2005C3551551a
Octal122171124001346512112532
Binary101001011110011010100000010111001101011010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52790A; }

 p { color: rgb(82,121,10); }

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

<style>
 a { background-color: #52790A; }

 a { background-color: rgb(82,121,10); }

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

<style>
 span { border-color: #52790A; }

 span { border-color: rgb(82,121,10); }

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