#526915

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

Shades of Fiji Green #526915

Tints of Fiji Green #526915

Color information

#526915 (or 0x526915) is unknown color: approx Fiji Green. HEX triplet: 52, 69 and 15. RGB value is (82,105,21). Sum of RGB (Red+Green+Blue) = 82+105+21=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #526915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526915 is #AD96EA. Grayscale: #585858. Windows color (decimal): -11376363 or 1403218. OLE color: 1403218.

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

Color convert

RGB8210521-
CMYK0.2200.800.59
HSL76.43º66.67%24.71%-
HSV(B)76.43º80%41.18%-
XYZ8.6711.952.56-
YUV88.5589.88123.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=39.42%
G=50.48%
B=10.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105210.2200.800.5976.4366.6724.71
Hex526915160503B4c4319
Octal122151252601207311410331
Binary101001011010011010110110010100001110111001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526915; }

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

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

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

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

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

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

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

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