#526914

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

Shades of Fiji Green #526914

Tints of Fiji Green #526914

Color information

#526914 (or 0x526914) is unknown color: approx Fiji Green. HEX triplet: 52, 69 and 14. RGB value is (82,105,20). Sum of RGB (Red+Green+Blue) = 82+105+20=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #526914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526914 is #AD96EB. Grayscale: #585858. Windows color (decimal): -11376364 or 1337682. OLE color: 1337682.

HSL color Cylindrical-coordinate representation of color #526914: hue angle of 76.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #526914 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB8210520-
CMYK0.2200.810.59
HSL76.24º68%24.51%-
HSV(B)76.24º80.95%41.18%-
XYZ8.6611.952.51-
YUV88.4389.38123.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 105 (41.41% from 255) = 50.72%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=39.61%
G=50.72%
B=9.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105200.2200.810.5976.246824.51
Hex526914160513B4c4419
Octal122151242601217311410431
Binary101001011010011010010110010100011110111001100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526914; }

 p { color: rgb(82,105,20); }

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

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

 a { background-color: rgb(82,105,20); }

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

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

 span { border-color: rgb(82,105,20); }

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