#526E0D

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

Shades of Fiji Green #526E0D

Tints of Fiji Green #526E0D

Color information

#526E0D (or 0x526E0D) is unknown color: approx Fiji Green. HEX triplet: 52, 6E and 0D. RGB value is (82,110,13). Sum of RGB (Red+Green+Blue) = 82+110+13=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #526E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526E0D is #AD91F2. Grayscale: #5A5A5A. Windows color (decimal): -11375091 or 880210. OLE color: 880210.

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

Color convert

RGB8211013-
CMYK0.2500.880.57
HSL77.32º78.86%24.12%-
HSV(B)77.32º88.18%43.14%-
XYZ9.1312.972.4-
YUV90.5784.22121.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=40%
G=53.66%
B=6.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82110130.2500.880.5777.3278.8624.12
Hex526ED19058394d4f18
Octal122156153101307111511730
Binary10100101101110110111001010110001110011001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,13); }

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

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

 a { background-color: rgb(82,110,13); }

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

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

 span { border-color: rgb(82,110,13); }

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