#527005

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

Shades of Fiji Green #527005

Tints of Fiji Green #527005

Color information

#527005 (or 0x527005) is unknown color: approx Fiji Green. HEX triplet: 52, 70 and 05. RGB value is (82,112,5). Sum of RGB (Red+Green+Blue) = 82+112+5=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #527005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527005 is #AD8FFA. Grayscale: #5B5B5B. Windows color (decimal): -11374587 or 356434. OLE color: 356434.

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

Color convert

RGB821125-
CMYK0.2700.960.56
HSL76.82º91.45%22.94%-
HSV(B)76.82º95.54%43.92%-
XYZ9.313.392.24-
YUV90.8379.56121.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=41.21%
G=56.28%
B=2.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8211250.2700.960.5676.8291.4522.94
Hex527051B060384d5b17
Octal12216053301407011513327
Binary1010010111000010111011011000001110001001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527005; }

 p { color: rgb(82,112,5); }

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

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

 a { background-color: rgb(82,112,5); }

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

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

 span { border-color: rgb(82,112,5); }

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