#527511

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

Shades of Fiji Green #527511

Tints of Fiji Green #527511

Color information

#527511 (or 0x527511) is unknown color: approx Fiji Green. HEX triplet: 52, 75 and 11. RGB value is (82,117,17). Sum of RGB (Red+Green+Blue) = 82+117+17=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #527511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527511 is #AD8AEE. Grayscale: #5F5F5F. Windows color (decimal): -11373295 or 1144146. OLE color: 1144146.

HSL color Cylindrical-coordinate representation of color #527511: hue angle of 81º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #527511 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB8211717-
CMYK0.3000.850.54
HSL81º74.63%26.27%-
HSV(B)81º85.47%45.88%-
XYZ9.9414.562.82-
YUV95.1483.9118.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=37.96%
G=54.17%
B=7.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117170.3000.850.548174.6326.27
Hex5275111E05536514b1a
Octal122165213601256612111332
Binary101001011101011000111110010101011101101010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527511; }

 p { color: rgb(82,117,17); }

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

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

 a { background-color: rgb(82,117,17); }

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

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

 span { border-color: rgb(82,117,17); }

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