#527409

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

Shades of Fiji Green #527409

Tints of Fiji Green #527409

Color information

#527409 (or 0x527409) is unknown color: approx Fiji Green. HEX triplet: 52, 74 and 09. RGB value is (82,116,9). Sum of RGB (Red+Green+Blue) = 82+116+9=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #527409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527409 is #AD8BF6. Grayscale: #5E5E5E. Windows color (decimal): -11373559 or 619602. OLE color: 619602.

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

Color convert

RGB821169-
CMYK0.2900.920.55
HSL79.07º85.6%24.51%-
HSV(B)79.07º92.24%45.49%-
XYZ9.7714.32.5-
YUV93.6480.24119.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 116 (45.70% from 255) = 56.04%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=39.61%
G=56.04%
B=4.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211690.2900.920.5579.0785.624.51
Hex527491D05C374f5619
Octal122164113501346711712631
Binary10100101110100100111101010111001101111001111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527409; }

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

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

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

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

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

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

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

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