#536A10

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

Shades of Fiji Green #536A10

Tints of Fiji Green #536A10

Color information

#536A10 (or 0x536A10) is unknown color: approx Fiji Green. HEX triplet: 53, 6A and 10. RGB value is (83,106,16). Sum of RGB (Red+Green+Blue) = 83+106+16=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #536A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536A10 is #AC95EF. Grayscale: #595959. Windows color (decimal): -11310576 or 1075795. OLE color: 1075795.

HSL color Cylindrical-coordinate representation of color #536A10: hue angle of 75.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #536A10 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB8310616-
CMYK0.2200.850.58
HSL75.33º73.77%23.92%-
HSV(B)75.33º84.91%41.57%-
XYZ8.8112.182.38-
YUV88.8686.88123.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 106 (41.80% from 255) = 51.71%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=40.49%
G=51.71%
B=7.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83106160.2200.850.5875.3373.7723.92
Hex536A10160553A4b4a18
Octal123152202601257211311230
Binary101001111010101000010110010101011110101001011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536A10; }

 p { color: rgb(83,106,16); }

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

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

 a { background-color: rgb(83,106,16); }

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

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

 span { border-color: rgb(83,106,16); }

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