#537204

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

Shades of Fiji Green #537204

Tints of Fiji Green #537204

Color information

#537204 (or 0x537204) is unknown color: approx Fiji Green. HEX triplet: 53, 72 and 04. RGB value is (83,114,4). Sum of RGB (Red+Green+Blue) = 83+114+4=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #537204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537204 is #AC8DFB. Grayscale: #5C5C5C. Windows color (decimal): -11308540 or 291411. OLE color: 291411.

HSL color Cylindrical-coordinate representation of color #537204: hue angle of 76.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #537204 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB831144-
CMYK0.2700.960.55
HSL76.91º93.22%23.14%-
HSV(B)76.91º96.49%44.71%-
XYZ9.6113.882.29-
YUV92.1978.23121.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=41.29%
G=56.72%
B=1.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8311440.2700.960.5576.9193.2223.14
Hex537241B060374d5d17
Octal12316243301406711513527
Binary1010011111001010011011011000001101111001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537204; }

 p { color: rgb(83,114,4); }

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

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

 a { background-color: rgb(83,114,4); }

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

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

 span { border-color: rgb(83,114,4); }

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