#526818

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

Shades of Fiji Green #526818

Tints of Fiji Green #526818

Color information

#526818 (or 0x526818) is unknown color: approx Fiji Green. HEX triplet: 52, 68 and 18. RGB value is (82,104,24). Sum of RGB (Red+Green+Blue) = 82+104+24=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #526818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526818 is #AD97E7. Grayscale: #585858. Windows color (decimal): -11376616 or 1599570. OLE color: 1599570.

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

Color convert

RGB8210424-
CMYK0.2100.770.59
HSL76.5º62.5%25.1%-
HSV(B)76.5º76.92%40.78%-
XYZ8.5911.762.68-
YUV88.391.71123.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=39.05%
G=49.52%
B=11.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104240.2100.770.5976.562.525.1
Hex5268181504D3B4c3e19
Octal12215030250115731147631
Binary10100101101000110001010101001101111011100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526818; }

 p { color: rgb(82,104,24); }

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

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

 a { background-color: rgb(82,104,24); }

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

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

 span { border-color: rgb(82,104,24); }

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