#536819

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

Shades of Fiji Green #536819

Tints of Fiji Green #536819

Color information

#536819 (or 0x536819) is unknown color: approx Fiji Green. HEX triplet: 53, 68 and 19. RGB value is (83,104,25). Sum of RGB (Red+Green+Blue) = 83+104+25=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #536819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536819 is #AC97E6. Grayscale: #595959. Windows color (decimal): -11311079 or 1665107. OLE color: 1665107.

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

Color convert

RGB8310425-
CMYK0.2000.760.59
HSL75.95º61.24%25.29%-
HSV(B)75.95º75.96%40.78%-
XYZ8.6911.812.74-
YUV88.7192.04123.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=39.15%
G=49.06%
B=11.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104250.2000.760.5975.9561.2425.29
Hex5368191404C3B4c3d19
Octal12315031240114731147531
Binary10100111101000110011010001001100111011100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536819; }

 p { color: rgb(83,104,25); }

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

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

 a { background-color: rgb(83,104,25); }

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

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

 span { border-color: rgb(83,104,25); }

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