#526C0E

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

Shades of Fiji Green #526C0E

Tints of Fiji Green #526C0E

Color information

#526C0E (or 0x526C0E) is unknown color: approx Fiji Green. HEX triplet: 52, 6C and 0E. RGB value is (82,108,14). Sum of RGB (Red+Green+Blue) = 82+108+14=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #526C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C0E is #AD93F1. Grayscale: #595959. Windows color (decimal): -11375602 or 945234. OLE color: 945234.

HSL color Cylindrical-coordinate representation of color #526C0E: hue angle of 76.6º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #526C0E is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB8210814-
CMYK0.2400.870.58
HSL76.6º77.05%23.92%-
HSV(B)76.6º87.04%42.35%-
XYZ8.9212.552.37-
YUV89.5185.39122.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 14 (5.86% from 255) = 6.86%
R=40.20%
G=52.94%
B=6.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108140.2400.870.5876.677.0523.92
Hex526CE180573A4d4d18
Octal122154163001277211511530
Binary10100101101100111011000010101111110101001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C0E; }

 p { color: rgb(82,108,14); }

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

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

 a { background-color: rgb(82,108,14); }

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

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

 span { border-color: rgb(82,108,14); }

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