#527704

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

Shades of Fiji Green #527704

Tints of Fiji Green #527704

Color information

#527704 (or 0x527704) is unknown color: approx Fiji Green. HEX triplet: 52, 77 and 04. RGB value is (82,119,4). Sum of RGB (Red+Green+Blue) = 82+119+4=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #527704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527704 is #AD88FB. Grayscale: #5F5F5F. Windows color (decimal): -11372796 or 292690. OLE color: 292690.

HSL color Cylindrical-coordinate representation of color #527704: hue angle of 79.3º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #527704 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB821194-
CMYK0.3100.970.53
HSL79.3º93.5%24.12%-
HSV(B)79.3º96.64%46.67%-
XYZ10.1152.48-
YUV94.8376.74118.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=40%
G=58.05%
B=1.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8211940.3100.970.5379.393.524.12
Hex527741F061354f5d18
Octal12216743701416511713530
Binary1010010111011110011111011000011101011001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527704; }

 p { color: rgb(82,119,4); }

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

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

 a { background-color: rgb(82,119,4); }

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

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

 span { border-color: rgb(82,119,4); }

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