#527610

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

Shades of Fiji Green #527610

Tints of Fiji Green #527610

Color information

#527610 (or 0x527610) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 10. RGB value is (82,118,16). Sum of RGB (Red+Green+Blue) = 82+118+16=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #527610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527610 is #AD89EF. Grayscale: #5F5F5F. Windows color (decimal): -11373040 or 1078866. OLE color: 1078866.

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

Color convert

RGB8211816-
CMYK0.3100.860.54
HSL81.18º76.12%26.27%-
HSV(B)81.18º86.44%46.27%-
XYZ10.0514.792.81-
YUV95.6183.07118.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=37.96%
G=54.63%
B=7.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118160.3100.860.5481.1876.1226.27
Hex5276101F05636514c1a
Octal122166203701266612111432
Binary101001011101101000011111010101101101101010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527610; }

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

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

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

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

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

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

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

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