#527407

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

Shades of Fiji Green #527407

Tints of Fiji Green #527407

Color information

#527407 (or 0x527407) is unknown color: approx Fiji Green. HEX triplet: 52, 74 and 07. RGB value is (82,116,7). Sum of RGB (Red+Green+Blue) = 82+116+7=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #527407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527407 is #AD8BF8. Grayscale: #5D5D5D. Windows color (decimal): -11373561 or 488530. OLE color: 488530.

HSL color Cylindrical-coordinate representation of color #527407: hue angle of 78.72º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #527407 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB821167-
CMYK0.2900.940.55
HSL78.72º88.62%24.12%-
HSV(B)78.72º93.97%45.49%-
XYZ9.7614.32.45-
YUV93.4179.24119.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=40%
G=56.59%
B=3.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211670.2900.940.5578.7288.6224.12
Hex527471D05E374f5918
Octal12216473501366711713130
Binary1010010111010011111101010111101101111001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527407; }

 p { color: rgb(82,116,7); }

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

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

 a { background-color: rgb(82,116,7); }

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

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

 span { border-color: rgb(82,116,7); }

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