#526D08

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

Shades of Fiji Green #526D08

Tints of Fiji Green #526D08

Color information

#526D08 (or 0x526D08) is unknown color: approx Fiji Green. HEX triplet: 52, 6D and 08. RGB value is (82,109,8). Sum of RGB (Red+Green+Blue) = 82+109+8=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #526D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526D08 is #AD92F7. Grayscale: #595959. Windows color (decimal): -11375352 or 552274. OLE color: 552274.

HSL color Cylindrical-coordinate representation of color #526D08: hue angle of 76.04º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #526D08 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB821098-
CMYK0.2500.930.57
HSL76.04º86.32%22.94%-
HSV(B)76.04º92.66%42.75%-
XYZ8.9912.752.22-
YUV89.4182.05122.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 109 (42.97% from 255) = 54.77%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=41.21%
G=54.77%
B=4.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8210980.2500.930.5776.0486.3222.94
Hex526D81905D394c5617
Octal122155103101357111412627
Binary10100101101101100011001010111011110011001100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,8); }

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

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

 a { background-color: rgb(82,109,8); }

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

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

 span { border-color: rgb(82,109,8); }

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