#536916

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

Shades of Fiji Green #536916

Tints of Fiji Green #536916

Color information

#536916 (or 0x536916) is unknown color: approx Fiji Green. HEX triplet: 53, 69 and 16. RGB value is (83,105,22). Sum of RGB (Red+Green+Blue) = 83+105+22=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #536916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536916 is #AC96E9. Grayscale: #595959. Windows color (decimal): -11310826 or 1468755. OLE color: 1468755.

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

Color convert

RGB8310522-
CMYK0.2100.790.59
HSL75.9º65.35%24.9%-
HSV(B)75.9º79.05%41.18%-
XYZ8.76122.61-
YUV88.9690.21123.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=39.52%
G=50%
B=10.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105220.2100.790.5975.965.3524.9
Hex5369161504F3B4c4119
Octal123151262501177311410131
Binary101001111010011011010101010011111110111001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536916; }

 p { color: rgb(83,105,22); }

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

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

 a { background-color: rgb(83,105,22); }

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

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

 span { border-color: rgb(83,105,22); }

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