#527609

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

Shades of Fiji Green #527609

Tints of Fiji Green #527609

Color information

#527609 (or 0x527609) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 09. RGB value is (82,118,9). Sum of RGB (Red+Green+Blue) = 82+118+9=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #527609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527609 is #AD89F6. Grayscale: #5F5F5F. Windows color (decimal): -11373047 or 620114. OLE color: 620114.

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

Color convert

RGB821189-
CMYK0.3100.920.54
HSL79.82º85.83%24.9%-
HSV(B)79.82º92.37%46.27%-
XYZ10.0114.772.58-
YUV94.8179.57118.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=39.23%
G=56.46%
B=4.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211890.3100.920.5479.8285.8324.9
Hex527691F05C36505619
Octal122166113701346612012631
Binary10100101110110100111111010111001101101010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527609; }

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

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

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

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

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

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

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

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