#526916

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

Shades of Fiji Green #526916

Tints of Fiji Green #526916

Color information

#526916 (or 0x526916) is unknown color: approx Fiji Green. HEX triplet: 52, 69 and 16. RGB value is (82,105,22). Sum of RGB (Red+Green+Blue) = 82+105+22=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #526916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526916 is #AD96E9. Grayscale: #585858. Windows color (decimal): -11376362 or 1468754. OLE color: 1468754.

HSL color Cylindrical-coordinate representation of color #526916: hue angle of 76.63º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #526916 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB8210522-
CMYK0.2200.790.59
HSL76.63º65.35%24.9%-
HSV(B)76.63º79.05%41.18%-
XYZ8.6811.952.61-
YUV88.6690.38123.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=39.23%
G=50.24%
B=10.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105220.2200.790.5976.6365.3524.9
Hex5269161604F3B4d4119
Octal122151262601177311510131
Binary101001011010011011010110010011111110111001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526916; }

 p { color: rgb(82,105,22); }

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

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

 a { background-color: rgb(82,105,22); }

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

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

 span { border-color: rgb(82,105,22); }

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