#557814

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

Shades of Fiji Green #557814

Tints of Fiji Green #557814

Color information

#557814 (or 0x557814) is unknown color: approx Fiji Green. HEX triplet: 55, 78 and 14. RGB value is (85,120,20). Sum of RGB (Red+Green+Blue) = 85+120+20=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #557814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557814 is #AA87EB. Grayscale: #626262. Windows color (decimal): -11175916 or 1341525. OLE color: 1341525.

HSL color Cylindrical-coordinate representation of color #557814: hue angle of 81º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #557814 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB8512020-
CMYK0.2900.830.53
HSL81º71.43%27.45%-
HSV(B)81º83.33%47.06%-
XYZ10.5915.413.08-
YUV98.1483.9118.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=37.78%
G=53.33%
B=8.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120200.2900.830.538171.4327.45
Hex5578141D0533551471b
Octal125170243501236512110733
Binary101010111110001010011101010100111101011010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557814; }

 p { color: rgb(85,120,20); }

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

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

 a { background-color: rgb(85,120,20); }

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

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

 span { border-color: rgb(85,120,20); }

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