#526917

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

Shades of Fiji Green #526917

Tints of Fiji Green #526917

Color information

#526917 (or 0x526917) is unknown color: approx Fiji Green. HEX triplet: 52, 69 and 17. RGB value is (82,105,23). Sum of RGB (Red+Green+Blue) = 82+105+23=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #526917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526917 is #AD96E8. Grayscale: #595959. Windows color (decimal): -11376361 or 1534290. OLE color: 1534290.

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

Color convert

RGB8210523-
CMYK0.2200.780.59
HSL76.83º64.06%25.1%-
HSV(B)76.83º78.1%41.18%-
XYZ8.6911.962.66-
YUV88.7890.88123.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=39.05%
G=50%
B=10.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105230.2200.780.5976.8364.0625.1
Hex5269171604E3B4d4019
Octal122151272601167311510031
Binary101001011010011011110110010011101110111001101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526917; }

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

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

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

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

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

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

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

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