#536E00

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

Shades of Fiji Green #536E00

Tints of Fiji Green #536E00

Color information

#536E00 (or 0x536E00) is unknown color: approx Fiji Green. HEX triplet: 53, 6E and 00. RGB value is (83,110,0). Sum of RGB (Red+Green+Blue) = 83+110+0=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #536E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536E00 is #AC91FF. Grayscale: #595959. Windows color (decimal): -11309568 or 28243. OLE color: 28243.

HSL color Cylindrical-coordinate representation of color #536E00: hue angle of 74.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #536E00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB831100-
CMYK0.25010.57
HSL74.73º100%21.57%-
HSV(B)74.73º100%43.14%-
XYZ9.1412.992.03-
YUV89.3977.55123.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 110 (43.36% from 255) = 56.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.01%
G=56.99%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8311000.25010.5774.7310021.57
Hex536E019064394b6416
Octal12315603101447111314426
Binary10100111101110011001011001001110011001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,0); }

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

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

 a { background-color: rgb(83,110,0); }

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

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

 span { border-color: rgb(83,110,0); }

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