#526F11

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

Shades of Fiji Green #526F11

Tints of Fiji Green #526F11

Color information

#526F11 (or 0x526F11) is unknown color: approx Fiji Green. HEX triplet: 52, 6F and 11. RGB value is (82,111,17). Sum of RGB (Red+Green+Blue) = 82+111+17=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #526F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F11 is #AD90EE. Grayscale: #5B5B5B. Windows color (decimal): -11374831 or 1142610. OLE color: 1142610.

HSL color Cylindrical-coordinate representation of color #526F11: hue angle of 78.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #526F11 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB8211117-
CMYK0.2600.850.56
HSL78.51º73.44%25.1%-
HSV(B)78.51º84.68%43.53%-
XYZ9.2713.22.59-
YUV91.6185.89121.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 17 (7.03% from 255) = 8.10%
R=39.05%
G=52.86%
B=8.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111170.2600.850.5678.5173.4425.1
Hex526F111A055384f4919
Octal122157213201257011711131
Binary101001011011111000111010010101011110001001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,17); }

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

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

 a { background-color: rgb(82,111,17); }

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

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

 span { border-color: rgb(82,111,17); }

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