#526F0E

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

Shades of Fiji Green #526F0E

Tints of Fiji Green #526F0E

Color information

#526F0E (or 0x526F0E) is unknown color: approx Fiji Green. HEX triplet: 52, 6F and 0E. RGB value is (82,111,14). Sum of RGB (Red+Green+Blue) = 82+111+14=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #526F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F0E is #AD90F1. Grayscale: #5B5B5B. Windows color (decimal): -11374834 or 946002. OLE color: 946002.

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

Color convert

RGB8211114-
CMYK0.2600.870.56
HSL77.94º77.6%24.51%-
HSV(B)77.94º87.39%43.53%-
XYZ9.2413.192.48-
YUV91.2784.39121.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 111 (43.75% from 255) = 53.62%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=39.61%
G=53.62%
B=6.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111140.2600.870.5677.9477.624.51
Hex526FE1A057384e4e19
Octal122157163201277011611631
Binary10100101101111111011010010101111110001001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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