#536911

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

Shades of Fiji Green #536911

Tints of Fiji Green #536911

Color information

#536911 (or 0x536911) is unknown color: approx Fiji Green. HEX triplet: 53, 69 and 11. RGB value is (83,105,17). Sum of RGB (Red+Green+Blue) = 83+105+17=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #536911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536911 is #AC96EE. Grayscale: #585858. Windows color (decimal): -11310831 or 1141075. OLE color: 1141075.

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

Color convert

RGB8310517-
CMYK0.2100.840.59
HSL75º72.13%23.92%-
HSV(B)75º83.81%41.18%-
XYZ8.7211.982.38-
YUV88.3987.71124.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=40.49%
G=51.22%
B=8.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105170.2100.840.597572.1323.92
Hex536911150543B4b4818
Octal123151212501247311311030
Binary101001111010011000110101010101001110111001011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536911; }

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

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

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

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

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

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

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

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