#52700A

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

Shades of Fiji Green #52700A

Tints of Fiji Green #52700A

Color information

#52700A (or 0x52700A) is unknown color: approx Fiji Green. HEX triplet: 52, 70 and 0A. RGB value is (82,112,10). Sum of RGB (Red+Green+Blue) = 82+112+10=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #52700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700A is #AD8FF5. Grayscale: #5B5B5B. Windows color (decimal): -11374582 or 684114. OLE color: 684114.

HSL color Cylindrical-coordinate representation of color #52700A: hue angle of 77.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52700A is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB8211210-
CMYK0.2700.910.56
HSL77.65º83.61%23.92%-
HSV(B)77.65º91.07%43.92%-
XYZ9.3313.42.38-
YUV91.482.06121.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=40.20%
G=54.90%
B=4.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112100.2700.910.5677.6583.6123.92
Hex5270A1B05B384e5418
Octal122160123301337011612430
Binary10100101110000101011011010110111110001001110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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