#577200

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

Shades of Fiji Green #577200

Tints of Fiji Green #577200

Color information

#577200 (or 0x577200) is unknown color: approx Fiji Green. HEX triplet: 57, 72 and 00. RGB value is (87,114,0). Sum of RGB (Red+Green+Blue) = 87+114+0=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #577200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577200 is #A88DFF. Grayscale: #5D5D5D. Windows color (decimal): -11046400 or 29271. OLE color: 29271.

HSL color Cylindrical-coordinate representation of color #577200: hue angle of 74.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #577200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB871140-
CMYK0.24010.55
HSL74.21º100%22.35%-
HSV(B)74.21º100%44.71%-
XYZ9.9514.062.19-
YUV92.9375.55123.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.28%
G=56.72%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8711400.24010.5574.2110022.35
Hex5772018064374a6416
Octal12716203001446711214426
Binary10101111110010011000011001001101111001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577200; }

 p { color: rgb(87,114,0); }

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

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

 a { background-color: rgb(87,114,0); }

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

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

 span { border-color: rgb(87,114,0); }

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