#527600

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

Shades of Fiji Green #527600

Tints of Fiji Green #527600

Color information

#527600 (or 0x527600) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 00. RGB value is (82,118,0). Sum of RGB (Red+Green+Blue) = 82+118+0=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #527600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527600 is #AD89FF. Grayscale: #5E5E5E. Windows color (decimal): -11373056 or 30290. OLE color: 30290.

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

Color convert

RGB821180-
CMYK0.31010.54
HSL78.31º100%23.14%-
HSV(B)78.31º100%46.27%-
XYZ9.9614.752.32-
YUV93.7875.07119.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 0 (0.39% from 255) = 0%
R=41%
G=59%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211800.31010.5478.3110023.14
Hex527601F064364e6417
Octal12216603701446611614427
Binary10100101110110011111011001001101101001110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527600; }

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

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

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

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

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

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

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

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