#526815

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

Shades of Fiji Green #526815

Tints of Fiji Green #526815

Color information

#526815 (or 0x526815) is unknown color: approx Fiji Green. HEX triplet: 52, 68 and 15. RGB value is (82,104,21). Sum of RGB (Red+Green+Blue) = 82+104+21=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #526815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526815 is #AD97EA. Grayscale: #585858. Windows color (decimal): -11376619 or 1402962. OLE color: 1402962.

HSL color Cylindrical-coordinate representation of color #526815: hue angle of 75.9º degrees, saturation: 0.66, 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 #526815 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB8210421-
CMYK0.2100.800.59
HSL75.9º66.4%24.51%-
HSV(B)75.9º79.81%40.78%-
XYZ8.5711.752.53-
YUV87.9690.21123.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=39.61%
G=50.24%
B=10.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104210.2100.800.5975.966.424.51
Hex526815150503B4c4219
Octal122150252501207311410231
Binary101001011010001010110101010100001110111001100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526815; }

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

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

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

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

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

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

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

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