#527109

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

Shades of Fiji Green #527109

Tints of Fiji Green #527109

Color information

#527109 (or 0x527109) is unknown color: approx Fiji Green. HEX triplet: 52, 71 and 09. RGB value is (82,113,9). Sum of RGB (Red+Green+Blue) = 82+113+9=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #527109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527109 is #AD8EF6. Grayscale: #5C5C5C. Windows color (decimal): -11374327 or 618834. OLE color: 618834.

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

Color convert

RGB821139-
CMYK0.2700.920.56
HSL77.88º85.25%23.92%-
HSV(B)77.88º92.04%44.31%-
XYZ9.4313.622.39-
YUV91.8881.23120.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 113 (44.53% from 255) = 55.39%
BLUE value IS 9 (3.91% from 255) = 4.41%
R=40.20%
G=55.39%
B=4.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8211390.2700.920.5677.8885.2523.92
Hex527191B05C384e5518
Octal122161113301347011612530
Binary10100101110001100111011010111001110001001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527109; }

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

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

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

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

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

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

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

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