#526913

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

Shades of Fiji Green #526913

Tints of Fiji Green #526913

Color information

#526913 (or 0x526913) is unknown color: approx Fiji Green. HEX triplet: 52, 69 and 13. RGB value is (82,105,19). Sum of RGB (Red+Green+Blue) = 82+105+19=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #526913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526913 is #AD96EC. Grayscale: #585858. Windows color (decimal): -11376365 or 1272146. OLE color: 1272146.

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

Color convert

RGB8210519-
CMYK0.2200.820.59
HSL76.05º69.35%24.31%-
HSV(B)76.05º81.9%41.18%-
XYZ8.6511.942.47-
YUV88.3288.88123.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=39.81%
G=50.97%
B=9.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105190.2200.820.5976.0569.3524.31
Hex526913160523B4c4518
Octal122151232601227311410530
Binary101001011010011001110110010100101110111001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526913; }

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

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

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

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

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

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

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

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